fix(channels): align DiffChannel.is_available with BinaryOperatorAggregate

This commit is contained in:
Sydney Runkle
2026-04-30 14:44:38 -04:00
parent c9e9e09a9e
commit ac9531378d
+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(