-
Notifications
You must be signed in to change notification settings - Fork 299
[FIX] Tests after rebase of reg_cocktails
#359
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg_cocktails
Codecov Report
@@ Coverage Diff @@
## reg_cocktails #359 +/- ##
================================================
Coverage ? 81.48%
================================================
Files ? 164
Lines ? 9917
Branches ? 1759
================================================
Hits ? 8081
Misses ? 1294
Partials ? 542 Continue to review full report at Codecov.
|
ravinkohli
added a commit
that referenced
this pull request
Dec 21, 2021
* update requirements * update requirements * resolve remaining conflicts and fix flake and mypy * Fix remaining tests and examples * fix failing checks * fix flake
ravinkohli
added a commit
that referenced
this pull request
Jan 24, 2022
* update requirements * update requirements * resolve remaining conflicts and fix flake and mypy * Fix remaining tests and examples * fix failing checks * fix flake
ravinkohli
added a commit
that referenced
this pull request
Jan 28, 2022
* update requirements * update requirements * resolve remaining conflicts and fix flake and mypy * Fix remaining tests and examples * fix failing checks * fix flake
ravinkohli
added a commit
that referenced
this pull request
Feb 28, 2022
* update requirements * update requirements * resolve remaining conflicts and fix flake and mypy * Fix remaining tests and examples * fix failing checks * fix flake
ravinkohli
added a commit
that referenced
this pull request
Feb 28, 2022
* update requirements * update requirements * resolve remaining conflicts and fix flake and mypy * Fix remaining tests and examples * fix failing checks * fix flake
ravinkohli
added a commit
that referenced
this pull request
Mar 9, 2022
* update requirements * update requirements * resolve remaining conflicts and fix flake and mypy * Fix remaining tests and examples * fix failing checks * fix flake
ravinkohli
added a commit
to ravinkohli/Auto-PyTorch
that referenced
this pull request
Apr 12, 2022
* update requirements * update requirements * resolve remaining conflicts and fix flake and mypy * Fix remaining tests and examples * fix failing checks * fix flake
ravinkohli
added a commit
that referenced
this pull request
Jul 26, 2022
* update requirements * update requirements * resolve remaining conflicts and fix flake and mypy * Fix remaining tests and examples * fix failing checks * fix flake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Types of changes
Note that a Pull Request should only contain one of refactoring, new features or documentation changes.
Please separate these changes and send us individual PRs for each.
For more information on how to create a good pull request, please refer to The anatomy of a perfect pull request.
Checklist:
Description
This PR resolves the leftover conflicts following the rebase of
reg_cocktails
withdevelopment
. It also fixes the failing tests and resolves other incompatibilities between therefactor_development_regularization_cocktails
and `development.Motivation and Context
It solves the bugs in
reg_cocktails
so it can pass its checks.How has this been tested?
Not relevant as no new feature has been added.