-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use SymPy solver when using derivimplicit
method with NEURON codegen
#1366
Conversation
This comment has been minimized.
This comment has been minimized.
- rename `sparse_solver_exists` to `solver_exists` - add `name` argument to `solver_exists` to keep function generic - rename `cnexp` dir to `solve` - add tests for `derivimplicit` method
0b4de51
to
3e552fd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1366 +/- ##
=======================================
Coverage 86.82% 86.82%
=======================================
Files 179 179
Lines 13684 13685 +1
=======================================
+ Hits 11881 11882 +1
Misses 1803 1803 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
derivimplicit
methodderivimplicit
method with NEURON codegen
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.
Thank you this makes sense.
Logfiles from GitLab pipeline #223835 (:white_check_mark:) have been uploaded here! Status and direct links: |
One runs into a bunch of compile errors with https://github.com/BlueBrain/nmodlbench/blob/master/benchmark/channels/lib/modlib/cacumm.mod otherwise.
Also added tests.