You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are numerous test cases in this repo, but it is possible that some edge cases have been missed for ordinal comparison and ordinal arithmetic/factorisation.
Using hypothesis could be a way to generate better test-cases and find any missing cases.
Need to define a strategy for generating transfinite numbers.
Need to implement some tests as hypothesis based tests. E.g. a**(x + y + z) == a**x * a**y * a**z.
The text was updated successfully, but these errors were encountered:
There are numerous test cases in this repo, but it is possible that some edge cases have been missed for ordinal comparison and ordinal arithmetic/factorisation.
Using hypothesis could be a way to generate better test-cases and find any missing cases.
a**(x + y + z) == a**x * a**y * a**z
.The text was updated successfully, but these errors were encountered: