KeyError: 'symmetry_candidate'

Dear colleagues,

Every time I try to run the symmetry search utility I receive the error:

======================================================

File “cryosparc_worker/cryosparc_compute/run.py”, line 90, in cryosparc_compute.run.main
File “/home/panos/software/cryosparc/cryosparc2_worker/cryosparc_compute/jobs/runcommon.py”, line 966, in create_summary_from_job
summary.update(create_summary_from_dataset(output_group_dataset, result_names_to_types_map))
File “/home/panos/software/cryosparc/cryosparc2_worker/cryosparc_compute/jobs/runcommon.py”, line 949, in create_summary_from_dataset
summary_fields = com.summary_result_fields[result_names_to_types_map[prefix]]
KeyError: ‘symmetry_candidate’

The values I use are just default ones.

Thank you

Sincerely,
Dmitry

Dear @Dmitry,

Thanks for reporting – we are now tracking this issue, and hope to fix it in a future release. Please note the error during compiling job outputs shouldn’t affect the printouts to the stream log, including the heat maps and the candidate solution table. See previous thread about this here.

Best,
Michael

Any outcome on this issue?

Hi @MHB,

This was fixed in patch 220215; you can update to the latest patch by following the instructions here.

Best,
Michael

Thanks. Will review current status.