-
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
🩹 Transform standard error if parameter has non_negative constraint #1320
🩹 Transform standard error if parameter has non_negative constraint #1320
Conversation
364071a
to
8c81edb
Compare
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.7.0 vs. mainParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
Benchmark diff main vs. PRParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1320 +/- ##
=======================================
- Coverage 88.5% 88.5% -0.1%
=======================================
Files 107 107
Lines 5122 5128 +6
Branches 960 962 +2
=======================================
+ Hits 4538 4542 +4
- Misses 470 471 +1
- Partials 114 115 +1
☔ View full report in Codecov by Sentry. |
3dd9334
to
2a278b6
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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
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 👍
Correctly report standard error in the case that non_negative contraint is used.
Change summary
Checklist