-
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
✨Make guidance spectra a first class citizen #983
Conversation
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.
lgtrm
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.5.1 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 Report
@@ Coverage Diff @@
## main #983 +/- ##
=======================================
- Coverage 85.9% 85.7% -0.3%
=======================================
Files 92 93 +1
Lines 4972 5002 +30
Branches 937 942 +5
=======================================
+ Hits 4272 4287 +15
- Misses 552 564 +12
- Partials 148 151 +3
Continue to review full report at Codecov.
|
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.
Naming things ...
645da52
to
d0d354f
Compare
Co-authored-by: Jörn Weißenborn <[email protected]> Co-authored-by: Joris Snellenburg <[email protected]>
…}_dimension So they won't conflict with the method which has the same name
overwrite_{model|global}_dimension ♻️ Renamed methods overwrite_{model|global}_dimension to replace_{model|global}_dimension
to set_{model|global}_dimension
d0d354f
to
57c32a9
Compare
As discussed with @joernweissenborn today he will implement this as a builtin megacomplex because it will make it more consistent with the modeling language spec and the theory description in "the book" (his thesis). @joernweissenborn please also note this discussion |
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.18%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Superseded by #1029 |
This is just a preview for maintainers
Change summary
Checklist
Closes issues
closes #846