ndarray comparisons #122

Closed
opened 2021-01-20 06:29:35 +08:00 by dpn · 0 comments

This probably still produces nonsense.

numpy makes == return an array of bools with the elementwise results. This is an abomination in terms of language design (equality comparison should have a boolean result!), but we should at least cleanly disallow comparisons as long as we don't (yet) support them.

This probably still produces nonsense. numpy makes `==` return an array of bools with the elementwise results. This is an abomination in terms of language design (equality comparison should have a boolean result!), but we should at least cleanly disallow comparisons as long as we don't (yet) support them.
sb10q closed this issue 2022-04-27 10:51:27 +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/artiq-zynq#122
There is no content yet.