Closed pranavchaturved closed 1 year ago
Fastdup Version: Version: 0.906
Python Version: 3.8.16
OS: ProductName: macOS ProductVersion: 13.0 BuildVersion: 22A380
Error: AssertionError: there is already an active fastup run on the working dir, change work_dir or run with overwrite=True.
Occurs when running: fd.run(nearest_neighbors_k=nearest_neighbors_k, cc_threshold=cc_threshold, overwrite=True )
As I understand, overwrite=True is already being used but still I get error which says to use overwrite=True.
Hi We excluded this option for current version, Next version will include a safer overwrite option.
Should be fixed in 0.908
Fastdup Version: Version: 0.906
Python Version: 3.8.16
OS: ProductName: macOS ProductVersion: 13.0 BuildVersion: 22A380
Error: AssertionError: there is already an active fastup run on the working dir, change work_dir or run with overwrite=True.
Occurs when running: fd.run(nearest_neighbors_k=nearest_neighbors_k, cc_threshold=cc_threshold, overwrite=True )
As I understand, overwrite=True is already being used but still I get error which says to use overwrite=True.