Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3: use of "round" in matrix_double_dense.pyx #27615

Closed
jhpalmieri opened this issue Apr 6, 2019 · 6 comments
Closed

py3: use of "round" in matrix_double_dense.pyx #27615

jhpalmieri opened this issue Apr 6, 2019 · 6 comments

Comments

@jhpalmieri
Copy link
Member

Use N(...) instead of round(...) in a doctest in matrix_double_dense.pyx, so py3 doctests pass.

Component: python3

Author: John Palmieri

Branch/Commit: e21825c

Reviewer: Frédéric Chapoton

Issue created by migration from https://trac.sagemath.org/ticket/27615

@jhpalmieri jhpalmieri added this to the sage-8.8 milestone Apr 6, 2019
@jhpalmieri
Copy link
Member Author

Branch: u/jhpalmieri/matrix_double_dense

@jhpalmieri
Copy link
Member Author

New commits:

e21825ctrac 27615: Use `N(...)` instead of `round(...)` in a doctest

@jhpalmieri
Copy link
Member Author

Commit: e21825c

@fchapoton
Copy link
Contributor

Reviewer: Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:3

ok, thx

@vbraun
Copy link
Member

vbraun commented Apr 8, 2019

Changed branch from u/jhpalmieri/matrix_double_dense to e21825c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants