Error running local refinement (Legacy) after v3.3 update

Hi,I got this error running local refinement (Legacy) after updating to cryosparc v3.3.1.
Any suggestion is greatly appreciated!

[CPU: 3.66 GB]   Traceback (most recent call last):
  File "cryosparc_worker/cryosparc_compute/run.py", line 85, in cryosparc_compute.run.main
  File "cryosparc_worker/cryosparc_compute/jobs/local_refine/run.py", line 793, in cryosparc_compute.jobs.local_refine.run.run_naive_local_refine
  File "/home/zhangrui/bin/cryosparc2/cryosparc_worker/cryosparc_compute/plotutil.py", line 848, in plot_alignment_dist
    viewdirs = (RT @ R_img)[:, :, 2]
ValueError: operands could not be broadcast together with remapped shapes [original->remapped]: (244978,3,3)->(244978,newaxis,newaxis) (129439,3,3)->(129439,newaxis,newaxis) and requested shape (3,3)

Hi @zhangrui_wustl,

We’re working to fix this bug! We think we know the issue and should have a solution soon. Thanks for bringing this up.

Valentin

2 Likes

@zhangrui_wustl this should now be fixed in the latest patch (211202).

1 Like

@vperetroukhin Thanks! I just tried and it works now.

1 Like