-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Now that x==y returns a Node instead of a Bool, there are a lot of code paths that would benefit from being able to also use (x==y) && (a==b) or (x==y) || (a==b). At the moment, either of these will produce
ERROR: TypeError: non-boolean (FastDifferentiation.Node) used in boolean context
EDIT: isequal would also be good to have.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels