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
track_graph and edges args are both optional. If provided the former and not the latter, this results in a TypeError: 'NoneType' is not iterable'. Can edges be inferred from track_graph? Should this instead raise an error about 'if a, must include b'?
The text was updated successfully, but these errors were encountered:
It doesn't make sense to specify the edges without the track graph. This could be better documented (like many things in this repo). At some point I will get to the full documentation of everything here.
non_local_detector/src/non_local_detector/analysis/distance2D.py
Lines 197 to 235 in eb86ba0
track_graph
andedges
args are both optional. If provided the former and not the latter, this results in aTypeError: 'NoneType' is not iterable'
. Can edges be inferred fromtrack_graph
? Should this instead raise an error about 'if a, must include b'?The text was updated successfully, but these errors were encountered: