Remove checkpointer check

This commit is contained in:
Nuno Campos
2024-05-07 12:29:24 -07:00
parent dbe10a8c99
commit 86b4703f10
-3
View File
@@ -247,9 +247,6 @@ class Pregel(
self.interrupt_after_nodes,
self.interrupt_before_nodes,
)
if self.interrupt_after_nodes or self.interrupt_before_nodes:
if not self.checkpointer:
raise ValueError("Interrupts require a checkpointer")
return self
@property