Closed
Description
Summary
When reconverting and using a different heuristic filename from the cache, the conversion table (filegroup.json
) is still reused. This results in heudiconv
ignoring the new heuristic and defaulting to the grouping from the previous heuristic. Relevant code excerpt:
heudiconv/heudiconv/convert.py
Lines 125 to 133 in 312cd2e
...and saving...
heudiconv/heudiconv/convert.py
Line 154 in 312cd2e
Proposed solution - save used heuristic in cache simply as heuristic.py
to avoid any naming discrepancies.