- Notifications
You must be signed in to change notification settings - Fork441
norm added to the sphinx documentation#976
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
coveralls commentedMar 3, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Need to fix the tolerance in the docstring example
bnavigator commentedMar 4, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
You won't get any futher by setting the example to 0.99993896484375. Different platform yield different values. Probably best to round the output: |
Or go to pytest-doctestplus:https://github.com/scientific-python/pytest-doctestplus?tab=readme-ov-file#floating-point-comparison |
OK will use rounding this time. |
…der Utility functions and conversions* Use round in the docstring examples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
Added
norm
to the function reference in the sphinx documentation under Utility functions and conversions.See#971