-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Use Solution for zeroD objects #1663
Conversation
9d5f6c2
to
ed5c6aa
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1663 +/- ##
==========================================
- Coverage 72.78% 72.77% -0.01%
==========================================
Files 375 375
Lines 56610 56629 +19
Branches 20510 20521 +11
==========================================
+ Hits 41201 41212 +11
- Misses 12389 12395 +6
- Partials 3020 3022 +2 ☔ View full report in Codecov by Sentry. |
Avoids DeprecationWarning: "'scipy.integrate.trapz' is deprecated in favour of 'scipy.integrate.trapezoid' and will be removed in SciPy 1.14.0".
532004f
to
62300d3
Compare
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.
Thanks, @ischoegl, making this transition makes sense to me. I had just a few minor suggestions and questions regarding the implementation.
@speth ... thanks for the review! As there aren't unit tests for that portion available yet, I tested the modifications of the "experimental" MATLAB toolbox locally (with the side-effect that I now have MATLAB for Apple Silicon installed). So I guess this should be ready ... |
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.
Thanks, @ischoegl. This looks good to me.
Changes proposed in this pull request
Solution
to zeroD objects where possibleReactor
objects, and trigger deprecation warnings when attempting to create reactors without content whenever feasibleReactor
objects remain (example: legacy MATLAB toolbox)If applicable, fill in the issue number this pull request is fixing
Prepares a future solution for #1457
If applicable, provide an example illustrating new features this pull request is introducing
Checklist
scons build
&scons test
) and unit tests address code coverage