-
Notifications
You must be signed in to change notification settings - Fork 95
Fix icp = now changing on reload #7048
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
Conversation
|
|
||
| # Store raw initial cycle point in the DB. | ||
| value = schd.config.evaluated_icp | ||
| value = None if value == 'reload' else value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial cycle point cannot be "reload" (#4313)
4d96fcc to
a398b60
Compare
|
Diff between this and the branch it's branched from: https://github.com/MetRonnie/cylc-flow/compare/startcp..icp-nonsense |
wxtim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Read
- Manually tested
- No non-trivial comments
a398b60 to
116f08d
Compare
116f08d to
750b36c
Compare
…does not change on reload vs start
750b36c to
8f2d37b
Compare
oliver-sanders
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Also tested with relative final cycle point, all good.
* Fix `--startcp` option for integer cycling (#7096) * Merge pull request #7048 from MetRonnie/icp-nonsense Fix icp = now changing on reload --------- Co-authored-by: Ronnie Dutta <[email protected]>
Closes #7047
Follow-up to #6316
Built upon:
--startcpoption #7024Check List
CONTRIBUTING.mdand added my name as a Code Contributor.?.?.xbranch.