-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
remove numexpr #1821
remove numexpr #1821
Conversation
stimulated emission factor
Codecov Report
@@ Coverage Diff @@
## master #1821 +/- ##
==========================================
+ Coverage 58.21% 58.22% +0.01%
==========================================
Files 66 66
Lines 6729 6722 -7
==========================================
- Hits 3917 3914 -3
+ Misses 2812 2808 -4
Continue to review full report at Codecov.
|
Before a pull request is accepted, it must meet the following criteria:
|
grepping for
and for the imports
|
@@ -346,14 +343,6 @@ def _normalize_transition_probabilities(self, transition_probabilities): | |||
transition_probabilities, self.block_references | |||
) | |||
|
|||
def _new_normalize_transition_probabilities(self, transition_probabilites): |
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.
this never was used anywhere - if tests pass then we should just remove that.
Also try removing the dependency from the environment file @wkerzendorf |
7a429a2
to
26a4c37
Compare
there are still some other numexpr hiding out in TARDIS 😄 |
Many years ago - I used
numexpr
to speed up calculations - I don't think this is needed anymore.