Hi,
I'm getting the following error when trying the deconvolution step of the tutorial.
======================BELOW THIS LINE==================
Traceback (most recent call last):
File "/home/rkhayat/Applications/IsoNet/bin/isonet.py", line 159, in deconv
deconv_one(it.rlnMicrographName,deconv_tomo_name,defocus=it.rlnDefocus/10000.0, pixel_size=it.rlnPixelSize,snrfalloff=it.rlnSnrFalloff, deconvstrength=it.rlnDeconvStrength,highpassnyquist=highpassnyquist,chunk_size=chunk_size,overlap_rate=overlap_rate,ncpu=ncpu)
File "/home/rkhayat/Applications/IsoNet/util/deconvolution.py", line 196, in deconv_one
tom_deconv_tomo(tomo,out_tomo,pixel_size,defocus,snrfalloff,deconvstrength,highpassnyquist,phaseflipped=False, phaseshift=0,ncpu=ncpu)
File "/home/rkhayat/Applications/IsoNet/util/deconvolution.py", line 58, in tom_deconv_tomo
ctf = tom_ctf1d(angpix*1e-10, 300e3, 2.7e-3, -defocus*1e-6, 0.07, phaseshift / 180 * np.pi, 0);
File "/home/rkhayat/Applications/IsoNet/util/deconvolution.py", line 18, in tom_ctf1d
points = points.astype(np.float)
File "/home/rkhayat/Applications/IsoNet/isonet_env/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'float'
=======================ABOVE THIS LINE=============================
Any help would be appreciated.