I am trying to run a second iteration of a 2d classifcation. Meaning Ì ran one, selected classes and than wanted to run another 2d classification from the selected particles. However I am getting the following error message. (meanwhile I tried to run other jobs with this particle set and I get the same error)
Traceback (most recent call last):
File "cryosparc2_worker/cryosparc2_compute/run.py", line 85, in cryosparc2_compute.run.main
File "cryosparc2_worker/cryosparc2_compute/jobs/class2D/run.py", line 47, in cryosparc2_compute.jobs.class2D.run.run_class_2D
File "cryosparc2_compute/jobs/runcommon.py", line 553, in load_input_group
dsets = [load_input_connection_slots(input_group_name, keep_slot_names, idx, allow_passthrough=allow_passthrough) for idx in range(num_connections)]
File "cryosparc2_compute/jobs/runcommon.py", line 524, in load_input_connection_slots
dsets = [load_input_connection_single_slot(input_group_name, slot_name, connection_idx, allow_passthrough=allow_passthrough) for slot_name in slot_names]
File "cryosparc2_compute/jobs/runcommon.py", line 516, in load_input_connection_single_slot
d = load_output_result_dset(_project_uid, output_result, slotconnection['version'], slot_name)
File "cryosparc2_compute/jobs/runcommon.py", line 469, in load_output_result_dset
d.from_file(abspath)
File "cryosparc2_compute/dataset.py", line 543, in from_file
self.data = Dataset._convert_strings(indata, to_fixed=False)
File "cryosparc2_compute/dataset.py", line 574, in _convert_strings
assert all(data['uid']), "Given data must a have a uid field"
AssertionError: Given data must a have a uid field
What is wrong? What could I do?
Best,
David