Skip to content
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

Remove toggling of TABLE from hh.mod (CoreNEURON + NMODL compatibility) #3093

Merged
merged 6 commits into from
Sep 25, 2024

Conversation

pramodk
Copy link
Member

@pramodk pramodk commented Sep 24, 2024

fixes #1764

…ity)

- We were commenting TABLE statement from hh.mod as TABLE
  statement was not supported in mod2c.
- NMODL on CoreNEURON side supports TABLE statements also
  on GPU side.
- Hence, we can remove the CMake toggling logic for TABLE.
- Also update the references for tests

fixes #1764
Copy link

✔️ 3b2697f -> Azure artifacts URL

pramodk added a commit to neuronsimulator/ringtest that referenced this pull request Sep 24, 2024
Copy link

✔️ 580db32 -> Azure artifacts URL

pramodk added a commit to neuronsimulator/testcorenrn that referenced this pull request Sep 25, 2024
pramodk added a commit to neuronsimulator/ringtest that referenced this pull request Sep 25, 2024
Copy link

✔️ ff8335b -> Azure artifacts URL

Copy link

✔️ ee44c4a -> Azure artifacts URL

Copy link
Member

@nrnhines nrnhines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! Delighted that NMODL handles TABLE.

pramodk added a commit to neuronsimulator/testcorenrn that referenced this pull request Sep 25, 2024
pramodk added a commit to neuronsimulator/ringtest that referenced this pull request Sep 25, 2024
Copy link

sonarcloud bot commented Sep 25, 2024

Copy link

✔️ d7f8f34 -> Azure artifacts URL

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.86%. Comparing base (2bfcab3) to head (d7f8f34).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3093      +/-   ##
==========================================
+ Coverage   67.84%   67.86%   +0.01%     
==========================================
  Files         572      572              
  Lines      104210   104210              
==========================================
+ Hits        70702    70717      +15     
+ Misses      33508    33493      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pramodk pramodk merged commit 93c7d2c into master Sep 25, 2024
37 checks passed
@pramodk pramodk deleted the pramodk/table-toggle-remove branch September 25, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discrepancy in voltage and number of spikes in basic netpyne model when using NEURON v8.0.2 vs v8.1.0
2 participants