Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transformers - use repr instead of str for casting float to Rational
The documentation guarantees that for float x this would always be true float(repr(x)) == x
- Loading branch information