-
Notifications
You must be signed in to change notification settings - Fork 11
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
Python update #170
Python update #170
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #170 +/- ##
===========================================
+ Coverage 68.43% 68.98% +0.54%
===========================================
Files 9 9
Lines 1375 1396 +21
Branches 166 190 +24
===========================================
+ Hits 941 963 +22
Misses 363 363
+ Partials 71 70 -1
Continue to review full report at Codecov.
|
…nto python_update
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.
Excellent work! Thank you for bringing MDPOW to the present, @ALescoulie .
I'll just wait for the CI before squash-merging. The mdpow scripts should now work under Python 3, too, but because we don't have tests that's still something to be seen. |
It is done, hooray! |
Congratulations @ALescoulie ! |
New draft of MDPOW upgrade to python 3 with changes suggested by @orbeckst with recent commits from @VOD555. Made some changes compared to previous pull request, in particular removing extraneous style updates to improve reviewing process and separating and labeling commits.
Repeat of #166