Exposure sets tools - possible bug

Hi,

I encountered a problem during exposures split. I got an error saying that there are no particles inside the input.

the traceback message included below:

_Traceback (most recent call last):_
_  File "cryosparc2_master/cryosparc2_compute/run.py", line 78, in cryosparc2_compute.run.main_
_  File "cryosparc2_compute/jobs/utilities/run_sets.py", line 99, in run_
_    builder.passthrough_outputs('split_%d'%batchidx, 'particles_A')_
_  File "cryosparc2_compute/jobs/buildcommon.py", line 236, in passthrough_outputs_
_    input_group =  com.query(job['input_slot_groups'], lambda g: g['name'] == input_group_name, error="Input group name %s does not exist in job %s" % (input_group_name, job['uid']))_
_  File "cryosparc2_compute/jobs/common.py", line 303, in query_
_    assert res != default, error_
_AssertionError: Input group name particles_A does not exist in job J521_

best
ab

Hi @ArturB,

Thanks for reporting this! We have made a fix for this and it will be included in the next release (very soon!)

Regards,
Suhail

1 Like

Hi @ArturB, This is now deployed in v2.12 .