-
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
✨ Allow import of xarray objects in project API import_data #1235
✨ Allow import of xarray objects in project API import_data #1235
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.77%.
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)
|
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.
Looks good to me. 😀
Codecov ReportBase: 87.9% // Head: 87.9% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1235 +/- ##
=======================================
- Coverage 87.9% 87.9% -0.1%
=======================================
Files 104 104
Lines 5010 5019 +9
Branches 833 837 +4
=======================================
+ Hits 4407 4414 +7
- Misses 487 488 +1
- Partials 116 117 +1
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. |
c38e1fd
to
d2296bc
Compare
d2296bc
to
73f98af
Compare
Kudos, SonarCloud Quality Gate passed!
|
Merge queue setting changed
This makes data importing with the project API more flexible by allowing direct import from
xarray.Dataset
orxarray.DataArray
.Change summary
Checklist