Allow numpy factories to take in shape parameter as tuple #427

Closed
opened 2024-06-20 09:41:28 +08:00 by lyken · 0 comments
Collaborator

np_zeros([3, 5]) works but np_zeros((3, 5)) throws Expected List literal for first argument of np_zeros, got tuple at ______.py:XX:YY. This issue probably also exists in other numpy factory functions.

`np_zeros([3, 5])` works but `np_zeros((3, 5))` throws `Expected List literal for first argument of np_zeros, got tuple at ______.py:XX:YY`. This issue probably also exists in other numpy factory functions.
lyken self-assigned this 2024-06-20 09:41:32 +08:00
lyken closed this issue 2024-06-27 15:01:32 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#427
No description provided.