-
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 bug in create_index_independent_result_dataset #948
🩹Fix bug in create_index_independent_result_dataset #948
Conversation
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 #948 +/- ##
=======================================
- Coverage 85.1% 85.0% -0.1%
=======================================
Files 85 85
Lines 4799 4802 +3
Branches 921 923 +2
=======================================
+ Hits 4085 4086 +1
- Misses 562 563 +1
- Partials 152 153 +1
Continue to review full report at Codecov.
|
In lieu of review by another code owner (@joernweissenborn), considering all unit tests are passing I will use my administrator privileges to merge in the patch so @ism200 can proceed with his case study. If a more elegant solution is available that can be addressed in a future PR. |
- Indexing did not match content of _group.matrices (list of CalculatedMatrix objects) - Dimension did not match (for guidance spectra) (global_dimension_index appeared to be missing
- 🩹 Fix Crash in optimization_group_calculator_linked when using guidance spectra Type: Bug (glotaran#950) Closes: glotaran#950
This PR closes glotaran#950
d29606d
to
ba7f8bf
Compare
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.31%.
| glotaran/analysis/optimization_group_calculator_linked.py | OptimizationGroupCalculatorLinked.init_bag | 10 🙂 | 175 😞 | 16 ⛔ | 41.77% 😞 | Try splitting into smaller methods. Extract out complex expressions |
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Change summary
Checklist
Closes issues
Closes #950