-
Notifications
You must be signed in to change notification settings - Fork 261
MRG: fix Python 2, old Sympy stuff in derivations #911
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #911 +/- ##
==========================================
- Coverage 91.81% 91.73% -0.09%
==========================================
Files 97 97
Lines 12359 12359
Branches 2177 2177
==========================================
- Hits 11348 11337 -11
- Misses 678 684 +6
- Partials 333 338 +5
Continue to review full report at Codecov.
|
Hi, I suggest also changing
To |
Good point, thanks. |
Hello @matthew-brett, Thank you for updating!
To test for issues locally, Comment last updated at 2020-05-25 09:32:47 UTC |
The failing style check should be fixed in master. Mind hitting the PEP8 fixes requested by pep8speaks? |
Python 2 prints, and older uses of Sympy.
I did a rebase to get rid of the PEP8 errors - but now get a coverage error - it must be a false positive. |
Yeah, Codecov is overly sensitive. I'm okay to merge, if you're all set. |
All set. |
Python 2 prints, and older uses of Sympy.
Found while checking #910