Changes between Initial Version and Version 1 of Ticket #26757
- Timestamp:
- 11/24/18 14:47:07 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26757
-
Property
Status
changed from
new
toneeds_review
-
Property
Commit
changed from
to
d1888e4f90adfdda9194193d2539988cbc6051c2
- Property Cc tscrim chapoton added
-
Property
Branch
changed from
to
public/26757_round_in_graph_latex
-
Property
Status
changed from
-
Ticket #26757 – Description
initial v1 1 Several `round` are failing in `graph_latex.py` as `RealNumber` does not define `round`. 2 3 {{{TypeError: type sage.rings.real_mpfr.RealNumber doesn't define __round__ method}}} 4 5 We fix that using `round(float(...))`.