Dear cryoSPARC users,
I updated cryoSPARC v2.14.3 to v3.0.0 successfully and then tried to run Patch CTF estimation job but it had errors as following:
[CPU: 254.1 MB] Traceback (most recent call last):
File "cryosparc_worker/cryosparc_compute/run.py", line 84, in cryosparc_compute.run.main
File "cryosparc_worker/cryosparc_compute/jobs/ctf_estimation/run.py", line 344, in cryosparc_compute.jobs.ctf_estimation.run.run
File "/home/boland/software/cryosparc2/cryosparc2_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/matplotlib/pyplot.py", line 1586, in ylim
ret = ax.set_ylim(*args, **kwargs)
File "/home/boland/software/cryosparc2/cryosparc2_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/matplotlib/axes/_base.py", line 3568, in set_ylim
bottom = self._validate_converted_limits(bottom, self.convert_yunits)
File "/home/boland/software/cryosparc2/cryosparc2_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/matplotlib/axes/_base.py", line 3214, in _validate_converted_limits
raise ValueError("Axis limits cannot be NaN or Inf")
ValueError: Axis limits cannot be NaN or Inf
[CPU: 606.2 MB] Traceback (most recent call last):
File "/home/boland/software/cryosparc2/cryosparc2_worker/cryosparc_compute/jobs/runcommon.py", line 1711, in run_with_except_hook
run_old(*args, **kw)
File "/home/boland/software/cryosparc2/cryosparc2_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/home/boland/software/cryosparc2/cryosparc2_worker/cryosparc_compute/jobs/pipeline.py", line 164, in thread_work
work = processor.process(item)
File "cryosparc_worker/cryosparc_compute/jobs/ctf_estimation/run.py", line 209, in cryosparc_compute.jobs.ctf_estimation.run.run.ctfworker.process
AssertionError: Job is not in running state - worker thread with PID 21525 terminating self.
Any ideas about this error? Any input will be greatly valued. Thank you in advance!