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
We have always used fw-heudiconv-curate with our own heuristic file and it worked well. Recently, we
tried using the fw-heudiconv gear (v0.2.15_0.4.3) instead for the first time with the same heuristics file and it failed on the same data. Must be missing something obvious.
Traceback (most recent call last): File "./fw_heudiconv_run.py", line 36, in <module> parent_container = analysis_container.parent File "/usr/local/lib/python3.7/site-packages/flywheel/models/mixins.py", line 125, in __getattr__ return getattr(object, name) AttributeError: type object 'object' has no attribute 'parent'
The text was updated successfully, but these errors were encountered:
We have always used fw-heudiconv-curate with our own heuristic file and it worked well. Recently, we
tried using the fw-heudiconv gear (v0.2.15_0.4.3) instead for the first time with the same heuristics file and it failed on the same data. Must be missing something obvious.
Traceback (most recent call last): File "./fw_heudiconv_run.py", line 36, in <module> parent_container = analysis_container.parent File "/usr/local/lib/python3.7/site-packages/flywheel/models/mixins.py", line 125, in __getattr__ return getattr(object, name) AttributeError: type object 'object' has no attribute 'parent'
The text was updated successfully, but these errors were encountered: