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
Hi, it seems the error is caused when fetch_simple_connections() is called inside fetch_common_connectivity(). When calling the fetch_simple_connections() function, the arguments are passed as positional arguments but the rois argument is omitted which causes an AssertionError because of unknown ROIs.
The text was updated successfully, but these errors were encountered:
Hi, it seems the error is caused when
fetch_simple_connections()
is called insidefetch_common_connectivity()
. When calling thefetch_simple_connections()
function, the arguments are passed as positional arguments but the rois argument is omitted which causes anAssertionError
because of unknown ROIs.The text was updated successfully, but these errors were encountered: