-
Notifications
You must be signed in to change notification settings - Fork 118
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 legacy units and option of dynamic units selection #2539
Conversation
Also fix some tests that fail when saving the data.
✔️ 1509226 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
✔️ 2395d08 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
✔️ 092734a -> Azure artifacts URL |
Codecov Report
@@ Coverage Diff @@
## master #2539 +/- ##
==========================================
- Coverage 61.53% 61.48% -0.06%
==========================================
Files 625 625
Lines 119219 119120 -99
==========================================
- Hits 73362 73239 -123
- Misses 45857 45881 +24
... and 11 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This comment has been minimized.
This comment has been minimized.
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.
Some small suggestions for improvement
Overall LGTM if we decide that's the way to go
This comment has been minimized.
This comment has been minimized.
✔️ ad693fb -> Azure artifacts URL |
✔️ da0aba2 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✔️ 384c778 -> 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.
@alkino : is it possible to add a test that Ioannis suggested? i.e. if someone tries to set the legacy unit the execution should fail. Or, it's difficult to test because we call abort?
✔️ 1921c70 -> Azure artifacts URL |
So it fails even with |
✔️ 4df612a -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✔️ b69138b -> Azure artifacts URL |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
✔️ db56d37 -> Azure artifacts URL |
In 2018, units definition have been reworked.
It leads to difference of results depending of the system we use.
In nrn we were able to choose the legacy or the modern units.
This patch remove this system and makes nrn use only the modern units.