ValueError: `bins` must be positive, when an integer

Hi, I have two problems in patch ctf estimation, Here is the log. How can I correct them ? Thank you !

Traceback (most recent call last):
  File "cryosparc_master/cryosparc_compute/run.py", line 129, in cryosparc_master.cryosparc_compute.run.main
  File "cryosparc_master/cryosparc_compute/jobs/ctf_estimation/run.py", line 438, in cryosparc_master.cryosparc_compute.jobs.ctf_estimation.run.run
  File "cryosparc_master/cryosparc_compute/jobs/ctf_estimation/run.py", line 235, in cryosparc_master.cryosparc_compute.jobs.ctf_estimation.run.run.make_outputs
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/matplotlib/pyplot.py", line 3236, in hist
    return gca().hist(
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/matplotlib/__init__.py", line 1465, in inner
    return func(ax, *map(sanitize_sequence, args), **kwargs)
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/matplotlib/axes/_axes.py", line 6862, in hist
    m, bins = np.histogram(x[i], bins, weights=w[i], **hist_kwargs)
  File "<__array_function__ internals>", line 180, in histogram
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/numpy/lib/histograms.py", line 793, in histogram
    bin_edges, uniform_bins = _get_bin_edges(a, bins, range, weights)
  File "/home/lthpc/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.10/site-packages/numpy/lib/histograms.py", line 424, in _get_bin_edges
    raise ValueError('`bins` must be positive, when an integer')
ValueError: `bins` must be positive, when an integer

Welcome to the forum @pyz. Is this a duplicate of Error:'bins` must be positive, when an integer in patch ctf estimation - #5 by pyz, so that discussion can be continued under that other topic, and this topic be closed?