This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Compatibility with SOA NEURON data structures#989
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
6 tasks
592f9fc to
caacb40
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
caacb40 to
9897134
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9897134 to
01e1e1a
Compare
This comment has been minimized.
This comment has been minimized.
01e1e1a to
c152118
Compare
This comment has been minimized.
This comment has been minimized.
c152118 to
6211364
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
eb86d96 to
d51cac1
Compare
This comment has been minimized.
This comment has been minimized.
d51cac1 to
b5e375a
Compare
Codecov Report
@@ Coverage Diff @@
## master #989 +/- ##
==========================================
+ Coverage 69.95% 70.09% +0.13%
==========================================
Files 188 190 +2
Lines 25639 25823 +184
==========================================
+ Hits 17937 18101 +164
- Misses 7702 7722 +20
|
This comment has been minimized.
This comment has been minimized.
b5e375a to
e6279dc
Compare
This comment has been minimized.
This comment has been minimized.
e6279dc to
425311e
Compare
This comment has been minimized.
This comment has been minimized.
pramodk
approved these changes
Mar 20, 2023
This comment has been minimized.
This comment has been minimized.
4c884b3 to
b8966be
Compare
This comment has been minimized.
This comment has been minimized.
b8966be to
ec9865d
Compare
This comment has been minimized.
This comment has been minimized.
ec9865d to
4657e08
Compare
This comment has been minimized.
This comment has been minimized.
4ab8fca to
4c90946
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
b6b7f15 to
2a2c793
Compare
Collaborator
|
Logfiles from GitLab pipeline #126377 (:white_check_mark:) have been uploaded here! Status and direct links: |
JCGoran
pushed a commit
to neuronsimulator/nrn
that referenced
this pull request
Mar 12, 2025
* Ion variables: be explicit to match SoA NEURON * Added test for case of "have_ionout && !have_ionin" for coverage Co-authored-by: Ioannis Magkanaris <iomagkanaris@gmail.com> NMODL Repo SHA: BlueBrain/nmodl@2ce4a2b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The data structure changes in neuronsimulator/nrn#2027 required additional "pdata` entries on the NEURON side (to avoid pointer arithmetic between ion variable data).
CoreNEURON assumes/enforces that its data structures are "very similar" to NEURON's, so this has to change on the CoreNEURON/mod2c/NMODL side too.
TODO:
CI_BRANCHES:NEURON_BRANCH=olupton/data-structures-including-mechanisms