-
Notifications
You must be signed in to change notification settings - Fork 667
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
Cimport consistency #3978
Cimport consistency #3978
Conversation
@hmacdope can you give it a look ? |
Seem to be a large number of test failures @Hakarishirenai? You will have to go through and have a look at each one and fix it. Do you know how to run the tests locally? Have a look on the contributing page and tests guide for some tips if not. |
Sure, will give it a look and try fixing them! |
Codecov ReportBase: 93.48% // Head: 93.52% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #3978 +/- ##
===========================================
+ Coverage 93.48% 93.52% +0.03%
===========================================
Files 190 190
Lines 24951 25028 +77
Branches 3527 3542 +15
===========================================
+ Hits 23326 23407 +81
+ Misses 1102 1100 -2
+ Partials 523 521 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@hmacdope does this look good ? |
Thanks for fixing the tests! Great job. Would you mind running the benchmarks to see if we have any regressions? I only ask because it is possible to select different versions of a function or datatype silently when using The command you want is probably something like asv continuous [commit from develop] [commit from your branch] The readme on running the benchmarks is at https://github.com/MDAnalysis/mdanalysis/tree/develop/benchmarks |
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.
Benchmark block
Sure, will give it a try |
@hmacdope you blocked the PR. Did anything change that would allow us to move forward? Or should we close the PR?? |
@orbeckst Waiting for a benchmark run by @Hakarishirenai to certify no cython Numpy functions are being alaiesed back to Python level. I suppose I should probably just run them myself off this branch. |
@Hakarishirenai are you able to run the benchmarks? I havn't had a chance Otherwise I will mark this PR as stale in a few days. |
I'm closing this PR as stale (due to lack of activity), please reopen if necessary. |
Fixes #3908
Changes made in this Pull Request:
cimport numpy
fromnp
tocnp
PR Checklist