-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
adding nonhomologous_grid.py #2121
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2121 +/- ##
==========================================
- Coverage 71.81% 71.78% -0.03%
==========================================
Files 133 135 +2
Lines 12355 12388 +33
==========================================
+ Hits 8873 8893 +20
- Misses 3482 3495 +13
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Looks good, needs tests |
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.
Looks much nicer with np.roots :)
return factor | ||
|
||
|
||
# @njit(**njit_dict_no_parallel) |
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.
Why is this here?
* adding nonhomologous_grid.py * got rid of unnecessary comments * wiki link * returning dv/dr from velocity function * changing the name of roots to quartic_roots * corresponding change to dv/dr usage * adding tau_sobolev factor equation * renamed function velocity to velocity_dvdr * rewrote the quartic root finding * added more cases to the tests
📝 Description
Type: 🪲
bugfix
| 🚀feature
| ☣️breaking change
| 🚦testing
| 📝documentation
| 🎢infrastructure
This PR adds nonhomologous_grid.py to montecarlo/montecarlo_numba for further use in nonhomologous expansion implementation.
Also, link issues affected by this pull request by using the keywords:
close
,closes
,closed
,fix
,fixes
,fixed
,resolve
,resolves
orresolved
.📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label