-
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 for crash when running optimization with more than 30 datasets #1184
🩹Fix for crash when running optimization with more than 30 datasets #1184
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.09%.
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! |
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.6.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 ReportBase: 87.6% // Head: 87.6% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1184 +/- ##
=====================================
Coverage 87.6% 87.6%
=====================================
Files 104 104
Lines 4946 4946
Branches 819 819
=====================================
Hits 4336 4336
Misses 493 493
Partials 117 117 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
lgtm
Fixes issue where when using more than 32 datasets the xarray operation .str.join across the dataset dimension would crash.
for more information, see https://pre-commit.ci
a7dd94a
to
45a911f
Compare
Kudos, SonarCloud Quality Gate passed! |
…lotaran#1184) * 🩹Fix for ufunc with more than 32 operands * 'Refactored by Sourcery' * 📚 Add change to changelog * [pre-commit.ci] auto fixes from pre-commit.com hooks Co-authored-by: Sourcery AI <> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fixes issue where when using more than 32 datasets the xarray operation .str.join across the dataset dimension would crash.
Change summary
Checklist
Closes issues
closes #1183