Skip to content
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

Remove unused store_checkpoints var in tests and example notebook #17083

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

nerdai
Copy link
Contributor

@nerdai nerdai commented Nov 27, 2024

Description

The store_checkpoint param was used for an older candidate design of workflow checkpointing -- specifically when checkpointing responsibilities was housed under Workflow. With WorkflowCheckpointer the act of wrapping a workflow with this object already is explicit enough to indicate the user wants to checkpoint a workflow and thus the store_checkpoint param was removed.

This PR removes instances where this param was mistakenly retained into the merged design.

Fixes # (issue)

New Package?

Type of Change

Please delete options that are not relevant.

  • chore

How Has This Been Tested?

Your pull-request will likely not be merged unless it is covered by some form of impactful unit testing.

  • I believe this change is already covered by existing unit tests

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 27, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Nov 27, 2024
@nerdai nerdai merged commit 888c526 into main Nov 27, 2024
11 checks passed
@nerdai nerdai deleted the nerdai/rm-store-checkpoints-param branch November 27, 2024 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant