Use SOA format for mechanism data#2027
Merged
Merged
Conversation
olupton
commented
Nov 1, 2022
olupton
commented
Nov 1, 2022
3f121e0 to
b51f37f
Compare
olupton
added a commit
that referenced
this pull request
Nov 1, 2022
ac0450f to
88cf7b6
Compare
Codecov Report
@@ Coverage Diff @@
## master #2027 +/- ##
==========================================
+ Coverage 58.77% 60.15% +1.38%
==========================================
Files 623 642 +19
Lines 119597 121134 +1537
==========================================
+ Hits 70288 72872 +2584
+ Misses 49309 48262 -1047
... and 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This was referenced Nov 2, 2022
olupton
commented
Nov 8, 2022
d41678e to
63e20bc
Compare
a4e9fac to
ce1bade
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
73e3340 to
cd03677
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
7ded4ab to
4ac4e2b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
olupton
commented
Nov 22, 2022
… results with names not indices
|
✔️ 2b44298 -> Azure artifacts URL |
Contributor
This comment has been minimized.
This comment has been minimized.
Contributor
|
✔️ e23d8d8 -> Azure artifacts URL |
Collaborator
This was referenced Jun 6, 2023
This was referenced Jun 14, 2023
Draft
This was referenced Aug 21, 2023
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Introduce new SOA data structures for NEURON model data. So far:
are migrated to use the new
neuron::container::soa<...>format.Status:
Dependencies:
param, Compatibility with new data structures. ModelDBRepository/106891#4_p=Xin VERBATIM blocks that needed to be fixed, plus assumptions about the layout of DatumNode,PropandSectionare visible:This builds on #1929 (which was not merged) and incorporates ideas from https://github.com/neuronsimulator/data-structure-design.