ndarray comparisons #277
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#277
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.Originally posted by @dpn in M-Labs/artiq-zynq#122 (comment)
Non-chained comparison operators are implemented in #390.