-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
control the number of digits to display in matrices via IPython's %precision magic #30755
Comments
Commit: |
Author: Markus Wageringel |
Branch: u/gh-mwageringel/30755 |
Dependencies: #30552 |
comment:4
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:6
Rebased on 9.3.rc5. |
Changed dependencies from #30552 to none |
comment:7
Hello Markus, Thanks for this enhancement. I have reviewed it and everything is correct. However, I got two unrelated errors when testing the whole documentation:
I tested this module outside of your ticket (on the develop branch) and I also got the same error, so it is definitely not related with your code. Do you know if there is already a ticket about this? EDIT: this issue is already known and is covered in ticket #32048 |
Reviewer: David Ayotte |
comment:9
Thank you for the review, David. |
Changed branch from u/gh-mwageringel/30755 to |
Based on #30552, this ticket adds options for customizing the number of floating point digits to display in matrices. This is particularly useful for numeric computations involving large matrices.
The option is linked to the IPython magic %precision. (The IPython magic also sets the corresponding option in NumPy.)
CC: @slel @DavidAyotte
Component: numerical
Author: Markus Wageringel
Branch/Commit:
f7cc8c9
Reviewer: David Ayotte
Issue created by migration from https://trac.sagemath.org/ticket/30755
The text was updated successfully, but these errors were encountered: