Downsample error in v2.8

in V2.8 i am observing the following error when attempting to downsample particles

Traceback (most recent call last):
  File "cryosparc2_worker/cryosparc2_compute/run.py", line 78, in cryosparc2_compute.run.main (/home/installtest/deps_manage/cryosparc2_package/deploy/stage/cryosparc2_worker/cryosparc2_compute/run.c:3954)
  File "cryosparc2_compute/jobs/extract/run.py", line 613, in run_downsample_particles
    particle.rawdata = mrc.mrc_page_lazy(os.path.join(proj_dir_abs, particle['blob/path']), particle['blob/shape'], n.float32, particle['blob/idx'])
TypeError: __init__() takes exactly 6 arguments (5 given)

Me too. Same error with both imported stacks and particles extracted in cryoSPARC.

Hi @DanielAsarnow @MHB thanks for this, fixed and will be included in the next release.

1 Like

Thanks for the fix…working fine in 2.9!

1 Like