add option to skip experiment steps - #4839
Merged
Merged
Conversation
aabills
requested review from
a team,
TomTranter,
brosaplanella,
martinjrobins,
rtimms and
valentinsulzer
as code owners
February 12, 2025 17:01
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4839 +/- ##
========================================
Coverage 98.70% 98.70%
========================================
Files 303 303
Lines 23335 23343 +8
========================================
+ Hits 23032 23040 +8
Misses 303 303 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
MarcBerliner
requested changes
Feb 12, 2025
MarcBerliner
left a comment
Member
There was a problem hiding this comment.
Looks good, just some minor comments.
aabills
enabled auto-merge (squash)
February 12, 2025 19:32
MarcBerliner
previously approved these changes
Feb 12, 2025
aabills
disabled auto-merge
February 12, 2025 19:43
kratman
marked this pull request as draft
February 13, 2025 14:18
Contributor
|
@aabills I made this a draft so that it was not accidentally merged while you address Valentin's comments |
Contributor
Author
|
Thanks yeah this is going to take a bit longer because it substantially changes behavior in a few tests, so will take a bit of back and forth to get coverage. |
aabills
marked this pull request as ready for review
February 13, 2025 19:34
aabills
enabled auto-merge (squash)
February 13, 2025 19:35
valentinsulzer
approved these changes
Feb 14, 2025
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.
Description
Adds an option to skip experiment steps. This is useful in CCCV if you start with too high of an initial SOC to run the CC step.
Fixes # (issue)
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #)
Important checks:
Please confirm the following before marking the PR as ready for review:
nox -s pre-commitnox -s testsnox -s doctests