-
Notifications
You must be signed in to change notification settings - Fork 18
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
🩹 Fix and re-enable IRF Dispersion Test #786
Conversation
Codecov Report
@@ Coverage Diff @@
## staging #786 +/- ##
=========================================
+ Coverage 83.9% 84.3% +0.4%
=========================================
Files 75 75
Lines 4186 4191 +5
Branches 754 756 +2
=========================================
+ Hits 3513 3537 +24
+ Misses 538 520 -18
+ Partials 135 134 -1
Continue to review full report at Codecov.
|
02cc5a8
to
59f82c0
Compare
Improve the tests in test_spectral_irf Added NoDispersion test Re-enable IrfDispersion tests on the CI (de-Volkswagen the tests) Improve assignment of center_dispersion to result dataset
59f82c0
to
73d16d8
Compare
The name irf_center_location in the results describes more clearly what the variable holds. Deprecated irf model item center_dispersion for center_dispersion_coefficients Deprecated irf model item width_dispersion for width_dispersion_coefficients
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Benchmark is done. Checkout the benchmark result page. Benchmark diffParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
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.
LGTM
Address a trivial Sourcery concern to avoid further PRs Reset low relative tolerance back to default when comparing parameter values Added some helpful hints to comparison asserts in case of failure
* Fix and re-enable IRF Dispersion Test Improve the tests in test_spectral_irf Added NoDispersion test Re-enable IrfDispersion tests on the CI (de-Volkswagen the tests) Improve assignment of center_dispersion to result dataset * Rename center_dispersion to irf_center_location in result The name irf_center_location in the results describes more clearly what the variable holds. Deprecated irf model item center_dispersion for center_dispersion_coefficients Deprecated irf model item width_dispersion for width_dispersion_coefficients
Address a trivial Sourcery concern to avoid further PRs Reset low relative tolerance back to default when comparing parameter values Added some helpful hints to comparison asserts in case of failure
Improve the tests in test_spectral_irf
Added NoDispersion test
Re-enable IrfDispersion tests on the CI (de-Volkswagen the tests)
Improve assignment of center_dispersion to result dataset
Checklist
Closes issues
closes #585