-
Notifications
You must be signed in to change notification settings - Fork 119
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
Modernise underlying data structure for node voltages #1929
Conversation
22ac03b
to
bd73ecb
Compare
0606a9f
to
52c54e0
Compare
I'm delighted to see that nrn/test/datahandle/test.py is working without address sanitizer complaints! Compiling did require:
to avoid issues with
but I think you already resolved that in another PR. If not, let me know and I'll push this change to this PR. |
6e101bd
to
0f9f7fc
Compare
321815f
to
bf5e48c
Compare
dd0dae2
to
47194d1
Compare
Codecov Report
@@ Coverage Diff @@
## master #1929 +/- ##
==========================================
+ Coverage 47.51% 47.85% +0.34%
==========================================
Files 528 541 +13
Lines 118852 119572 +720
==========================================
+ Hits 56468 57223 +755
+ Misses 62384 62349 -35
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
94dc46f
to
8bc8860
Compare
9069acc
to
e30394b
Compare
- STETransition et al. now use STL components. - Removal of #if 0 block in nrn_finitialize fixes formatting there. - table_check_ no longer uses Datum. - PyHocObject is consistently defined in only one place. - Exception messages are printed to stderr when they are caught. - example_nmodl tests are unpacked into different tests, Python versions are run (not just HOC). - "Test fast_imem calculation" tests now check status codes.
* hoist and match several changes from #1929 in order to reduce its diff * hack _pval <-> pval for backward MDB compatibility
Closing this as it is included in #2027. |
* hoist and match several changes from #1929 in order to reduce its diff * hack _pval <-> pval for backward MDB compatibility
First attempt at importing the ideas of https://github.com/neuronsimulator/data-structure-design into NEURON.
Very WIP, detailed review not advised.