-
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
Solve simple ODE. #1119
Solve simple ODE. #1119
Conversation
|
This comment has been minimized.
This comment has been minimized.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1119 +/- ##
==========================================
+ Coverage 88.23% 88.31% +0.07%
==========================================
Files 175 175
Lines 12956 12979 +23
==========================================
+ Hits 11432 11462 +30
+ Misses 1524 1517 -7 ☔ View full report in Codecov by Sentry. |
This comment has been minimized.
This comment has been minimized.
2003731
to
ebf164f
Compare
This comment has been minimized.
This comment has been minimized.
62ee1d2
to
feb4eac
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
Just few minor comments otherwise looks ok.
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.
Nice and welcome changes 👍 Few suggestions here and there
Co-authored-by: Pramod Kumbhar <[email protected]>
Co-authored-by: Ioannis Magkanaris <[email protected]>
@pramodk @iomaganaris IFAICT this should address all concerns. |
This comment has been minimized.
This comment has been minimized.
Logfiles from GitLab pipeline #179869 (:white_check_mark:) have been uploaded here! Status and direct links: |
Implements the functionality required to use NEURON as an ODE solver for the state
x
.