-
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
Remove toggling of TABLE from hh.mod (CoreNEURON + NMODL compatibility) #3093
Conversation
…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
✔️ 3b2697f -> Azure artifacts URL |
✔️ 580db32 -> Azure artifacts URL |
✔️ ff8335b -> Azure artifacts URL |
✔️ ee44c4a -> Azure artifacts URL |
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.
Fantastic! Delighted that NMODL handles TABLE.
Quality Gate passedIssues Measures |
✔️ d7f8f34 -> Azure artifacts URL |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
- 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 in ringtest and testcorenrn repos fixes #1764
Removed the CMake logic that toggled the
TABLE
construct inhh.mod
.NMODL now supports
TABLE
statements, including in GPU builds, on the CoreNEURON side.Updated relevant test references to reflect this change.
Merge first Update spike reference data with TABLE ringtest#28
Merge Update results with TABLE statements testcorenrn#14
fixes #1764