Opened 2 years ago
Closed 2 years ago
#27615 closed defect (fixed)
py3: use of "round" in matrix_double_dense.pyx
Reported by: | jhpalmieri | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-8.8 |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | John Palmieri | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | e21825c (Commits, GitHub, GitLab) | Commit: | e21825caafe9758b688709e18ff12a5a7404d82e |
Dependencies: | Stopgaps: |
Description
Use N(...)
instead of round(...)
in a doctest in matrix_double_dense.pyx, so py3 doctests pass.
Change History (4)
comment:1 Changed 2 years ago by
- Branch set to u/jhpalmieri/matrix_double_dense
comment:2 Changed 2 years ago by
- Commit set to e21825caafe9758b688709e18ff12a5a7404d82e
- Status changed from new to needs_review
comment:3 Changed 2 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok, thx
comment:4 Changed 2 years ago by
- Branch changed from u/jhpalmieri/matrix_double_dense to e21825caafe9758b688709e18ff12a5a7404d82e
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac 27615: Use `N(...)` instead of `round(...)` in a doctest