PennLINC / fw-heudiconv

Heuristic-based Data Curation on Flywheel
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

FW gear fails with heuristics that works with CLI #101

Open ins0mniac2 opened 1 year ago

ins0mniac2 commented 1 year ago

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'