-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improvements in High-Level API and Poe Tasks #1055
Improvements in High-Level API and Poe Tasks #1055
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1055 +/- ##
=======================================
Coverage 88.18% 88.18%
=======================================
Files 100 100
Lines 8160 8170 +10
=======================================
+ Hits 7196 7205 +9
- Misses 964 965 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
allows the creation of an optimizer given arbitrary parameters (rather than a module)
by adding ignores and ignoring unused ignores locally
Recommend to merge without squashing. |
The windows CI job fails b/c you changed pyproject and something about caching fails. I'll delete the current github caches before merging to master, that should fix it |
poe format
poe lint
andpoe type-check
poe test
(or a subset of them with
poe test-reduced
) ,and they passpoe doc-build
create_optimizer_for_params
Fixes #1054