-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Equality for decorated intervals #394
Comments
According to section 11.5.3 of the standard, "For decorations, comparison operations for equality = and its negation shall be provided, as well as comparisons >,<,≥,≤ with respect to the propagation order (com > dac > def > trv > ill)" But we also have this test in the ITF1788 suite, |
I understand that statement from the standard as referring only to decorations, not to decorated intervals. I think we should follow the behaviour of the octave interval package here. |
In the test suite we have, |
Currently we have
Is this specified in the standard?
cc @krish8484
The text was updated successfully, but these errors were encountered: