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
In fafbseg/utils.py, we have the following function: def make_iterable(x, force_type = None)And when passing a list, utils.make_iterable is called in `fafbseg/flywire/utils.py:
In fafbseg/utils.py, we have the following function:
def make_iterable(x, force_type = None)
And when passing a list, utils.make_iterable is called in `fafbseg/flywire/utils.py:But an error occurs, because the parameters do not match the function declaration.
The text was updated successfully, but these errors were encountered: