Fix behaviour of interrupt_before

- checkpoints are now copied before being mutated
- compiled graph and compiled state graph no longer need to override get_state/update_state
- pregel class now natively supports interrupt before/after
This commit is contained in:
Nuno Campos
2024-02-24 19:43:30 -08:00
parent 82c704e57e
commit 5c2afc9418
13 changed files with 832 additions and 173 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ test:
poetry run pytest
test_watch:
poetry run ptw tests
poetry run ptw .
######################
# LINTING AND FORMATTING