-
Notifications
You must be signed in to change notification settings - Fork 339
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
Use ...
in doctests to avoid floating point errors
#731
Conversation
Changing the trailing stuff past the decimal point to `...` so that it doesn't try to match everything.
Codecov Report
@@ Coverage Diff @@
## master #731 +/- ##
=======================================
Coverage 95.06% 95.06%
=======================================
Files 56 56
Lines 5047 5047
=======================================
Hits 4798 4798
Misses 249 249
Continue to review full report at Codecov.
|
Hello @namurphy! Thanks for updating your pull request. Congratulations! There are no PEP8 issues in this pull request. 😸 Comment last updated at 2019-12-20 00:27:26 UTC |
...
in doctests to avoid floating point errors
Plus PEP 8 fixes
af9e21e
to
5ec9401
Compare
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.
All looks good!
This PR is mostly changing things like
to
so that differences at the nth decimal point due to refined values for fundamental constants don't mess up our doctests.