Type Error for equality between a subscripted ndarray and a scalar #420

Closed
opened 2024-06-18 13:22:51 +08:00 by derppening · 0 comments
Collaborator
# mat_i64: KernelInvariant[ndarray[int64, 2]]
assert self.mat_i64[0, 0] == int64(0)  # Incompatible types: ndarray[bool, const(I32(2))] and bool
```py # mat_i64: KernelInvariant[ndarray[int64, 2]] assert self.mat_i64[0, 0] == int64(0) # Incompatible types: ndarray[bool, const(I32(2))] and bool ```
derppening self-assigned this 2024-06-19 18:43:06 +08:00
sb10q closed this issue 2024-06-20 12:50:31 +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#420
No description provided.