Conversation
…t_search_domain()
…gnment logic (step 5a)
…> Optuna) (step 7)
…kpoint roundtrip (step 10)
…ive tests (steps 11-12)
…hyperopt.ipynb) hyperopt -> Optuna (step 13)
…erage (xgboost, nn ls_ratio, checkpoint)
…n-process for coverage tracking
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## uv-setup #434 +/- ##
============================================
- Coverage 51.38% 49.68% -1.71%
============================================
Files 36 37 +1
Lines 10690 11714 +1024
============================================
+ Hits 5493 5820 +327
- Misses 5197 5894 +697
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Contributor
|
Commit ec3076c was merged/included in to uv-setup branch. |
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
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.
OK @mauvais2 the rebasing/merging was confusing, but the most recent commit ec3076c has the new uv lock file for mchip. if you want, instead of merging this branch you can just do
git cherry pick ec3076cb14c647e55d9b976442e893a2a349a8b3and pull the lock file to your clean branch.It seems like in my branch, there are the same code changes you have but with different commit hashes from different rebases. so, it. might be easier to do the git cherry pick.