Particle sets incompatible with Subset Particles by Statistic?

Hi, when I attempt to intersect the output of two “Subset by Statistic” jobs, derived from the same parent particle stack, I get the appended error message, whether I try to use UID or path to intersect. This seems like a bug?

Cheers
Oli

Traceback (most recent call last):
  File "cryosparc_master/cryosparc_compute/run.py", line 129, in cryosparc_master.cryosparc_compute.run.main
  File "/home/user/software/cryosparc/cryosparc2_worker/cryosparc_compute/jobs/utilities/run_sets.py", line 44, in run
    assert False, "No common input slot connected between A and B particle sets for intersection action"
AssertionError: No common input slot connected between A and B particle sets for intersection action

@olibclarke Please can you post the output of the commands

csprojectid="P99"; csjobid="J199" # replace with actual project and job ids of failed job
cryosparcm cli "get_job('$csprojectid', '$csjobid', 'type', 'version', 'errors_run', 'input_slot_groups', 'params_spec')"

Hi @wtempel - unfortunately I had already deleted the original job and am having trouble reproducing now - will reply here with the output of those commands once I can reproduce it.