-
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 DISCRETE. #3167
Remove DISCRETE. #3167
Conversation
The reason to remove it now is to make it easier for NMODL to pass all NRN unit-tests. Naturally, that's a problem that can be fixed differently. |
Quality Gate passedIssues Measures |
I'm ok with this . |
✔️ 94c7a68 -> Azure artifacts URL |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3167 +/- ##
==========================================
- Coverage 67.11% 67.06% -0.06%
==========================================
Files 571 571
Lines 111318 111318
==========================================
- Hits 74714 74655 -59
- Misses 36604 36663 +59 ☔ View full report in Codecov by Sentry. |
The proposal is to stop supporting DISCRETE. I can't find any usages in ModelDB. Technically, the current implementation has a couple of weaknesses, e.g. #3082 and also the fact that even or
@1
it makes the mod file not thread-safe. Overall, it might be better to remove the feature. If in the future someone needs the feature, the task will be to implement it instead of debugging the existing version.