You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flow and Eroder kernels set with a downstream direction (e.g. apply_dir=fs.flow.FlowGraphTraversalDir.BREADTH_DOWNSTREAM) raise ValueError: Unsupported kernel application direction , is there a plan to make them compatible?
Thanks!
The text was updated successfully, but these errors were encountered:
(sorry for the late reply) Yes that's the plan to support it, at least sequentially at first since parallel downstream traversal might be a little trickier.
Hi,
Flow and Eroder kernels set with a downstream direction (e.g.
apply_dir=fs.flow.FlowGraphTraversalDir.BREADTH_DOWNSTREAM
) raiseValueError: Unsupported kernel application direction
, is there a plan to make them compatible?Thanks!
The text was updated successfully, but these errors were encountered: