beartype / numerary

A pure-Python codified rant aspiring to a world where numbers and types can work together.
https://posita.github.io/numerary/latest/
Other
38 stars 1 forks source link

Bring Sage primitives into the testing fold, if we can #1

Open posita opened 2 years ago

posita commented 2 years ago

We already opportunistically test (and coerce) numpy and sympy. Sage is currently modularizing its monolith. Is there a package that falls out of that small enough for us to include sage.rings.integer.Integer et al.? That way we could use those directly in testing, including accommodating numerator/denominator quirkiness.