-
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 usage of subfolders in project API for parameters, models and data #1232
Conversation
👌 Gracefully handle and warn the user about ambiguity due to files with the same name but different extensions next to each other
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 1.35%.
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 |
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.9% // Head: 87.9% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1232 +/- ##
=====================================
Coverage 87.9% 87.9%
=====================================
Files 104 104
Lines 5004 5010 +6
Branches 830 833 +3
=====================================
+ Hits 4401 4407 +6
Misses 487 487
Partials 116 116
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.
Good quality of life improvement.
This change allows using of files in subfolders for (parameters, models and data) with the project API.
It handles the ambiguity of files (same file name different extensions next to each other) gracefully by creating unique names and warning the user.
Change summary
Checklist