Skip to content

Experiment: Add breakpoint mvp#404

Draft
philipp-seitz wants to merge 1 commit intomainfrom
exp/breakpoint
Draft

Experiment: Add breakpoint mvp#404
philipp-seitz wants to merge 1 commit intomainfrom
exp/breakpoint

Conversation

@philipp-seitz
Copy link
Collaborator

Run once with:

    storage.clean_graph_files()
    run_graph(storage, executor, graph, graph_inputs={"value": 1})
    # resume_graph(storage, executor)
    # print(read_outputs(graph, storage))

then after

    # storage.clean_graph_files()
    # run_graph(storage, executor, graph, graph_inputs={"value": 1})
    resume_graph(storage, executor)
    print(read_outputs(graph, storage))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant