fix(channels): align DiffChannel.is_available with BinaryOperatorAggregate

This commit is contained in:
Sydney Runkle
2026-04-17 14:51:03 -04:00
parent e6fab22f0c
commit 94853fb14c
+1 -1
View File
@@ -142,7 +142,7 @@ class DiffChannel(Generic[Value], BaseChannel[list[Value], Value, DiffDelta]):
return self.value
def is_available(self) -> bool:
return self.value is not MISSING and self.value is not None
return self.value is not MISSING
def checkpoint(self) -> DiffDelta:
return DiffDelta(