-
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
Fix mechanism registration function for non POINT_PROCESSes #1111
Conversation
Is this enough to generate a
and
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1111 +/- ##
==========================================
+ Coverage 88.18% 88.23% +0.05%
==========================================
Files 175 175
Lines 12905 12949 +44
==========================================
+ Hits 11380 11426 +46
+ Misses 1525 1523 -2 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
After a small fix yes. You can also try it yourself and let me know if there is any issue |
Logfiles from GitLab pipeline #177237 (:white_check_mark:) have been uploaded here! Status and direct links: |
I could have, but then I'd have had to make small fixes :) |
NEURON
by implementing the registration functionnrn_*
functionsnrn_{alloc,init,jacob,cur,state}
. #1103