Remove unused store_checkpoints
var in tests and example notebook
#17083
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
The
store_checkpoint
param was used for an older candidate design of workflow checkpointing -- specifically when checkpointing responsibilities was housed underWorkflow
. WithWorkflowCheckpointer
the act of wrapping a workflow with this object already is explicit enough to indicate the user wants to checkpoint a workflow and thus thestore_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.
How Has This Been Tested?
Your pull-request will likely not be merged unless it is covered by some form of impactful unit testing.