Since v4.5.3 I’m having trouble importing a results group with a prepared Topaz model. In the changelog there’s an entry “Import Result Group no longer fails to import exposures when some paths are missing.” so I wonder if another bug might have been introduced with that fix?
Unable to find /home/user/Projects/2024-06-12/imports/J128_topaz_train/J128_topaz_model/J128/preprocessed (from J128_topaz_model_exported.cs > preprocess/processed_mics)
Traceback (most recent call last):
File "cryosparc_master/cryosparc_compute/run.py", line 115, in cryosparc_master.cryosparc_compute.run.main
File "/opt/cryosparc/cryosparc_master/cryosparc_compute/jobs/imports/run.py", line 1369, in run_import_result_group
assert missing_paths == 0, (
AssertionError: Unable to find 1 file(s) referred to in dataset J128_topaz_model_exported.cs, field preprocess/processed_mics. Affected files are listed above.
The directory indicated definitely exists, contains the preprocessed mics, and cryosparc has the necessary permissions.
Update - I downgraded to v4.5.1 and it fixed the issue, so looks like my supposition above is correct.