-
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
👌🎨 Wrap model section in result markdown in details tag for notebooks #1098
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 1.84%.
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)
|
553f225
to
2dbec09
Compare
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.
Requesting a different name for the model_is_detail
option. Either model_in_detail' or something like
compact_view` or something.
Codecov Report
@@ Coverage Diff @@
## main #1098 +/- ##
=====================================
Coverage 87.1% 87.1%
=====================================
Files 101 101
Lines 5339 5341 +2
Branches 995 996 +1
=====================================
+ Hits 4654 4656 +2
Misses 530 530
Partials 155 155
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This change makes the markdown rendering of the result in notebooks/ipython less overwhelming by hiding the model in a details tag which can be expanded.
Requested by @ism200
Before
After
Hidden
Expanded
Change summary
Checklist