crooked-artist-67935
02/04/2023, 7:36 PM0
as None.
@workflow
def _impl(
delta: int,
) -> Set[str]:
return (
conditional("terminal_case")
.if_((delta != -1) & (delta <= 10))
.then(end())
.else_()
.then(
iterate()
)
)
def cluster_distributed() -> Set[str]:
_impl(delta=0)
Outputs an error comparing NoneType <= 10freezing-airport-6809
freezing-airport-6809
tall-lock-23197