-
Notifications
You must be signed in to change notification settings - Fork 121
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
Make layout_strategy
default value consistent
#967
Make layout_strategy
default value consistent
#967
Conversation
@gadomski This went a bit deeper than I initially expected, which gives me some pause about the changes. |
Codecov ReportBase: 90.09% // Head: 90.09% // No change to project coverage 👍
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #967 /- ##
=======================================
Coverage 90.09% 90.09%
=======================================
Files 47 47
Lines 6086 6086
Branches 913 913
=======================================
Hits 5483 5483
Misses 422 422
Partials 181 181
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. |
Related Issue(s): #
Description:
strategy
parameter to the catalogadd_items()
method.PR Checklist:
pre-commit run --all-files
)scripts/test
)