|
anaconda3 Python 3.7.4 ase-3.22 版本安装的catmap-0.3.1 运行mkm_job.py 结果输出出现报错:
media/jime/DATA1/linux-software/a-1/lib/python3.7/site-packages/catmap/analyze/analysis_base.py:273: RuntimeWarning: invalid value encountered in log10
maparray = np.log10(maparray)
/media/jime/DATA1/linux-software/a-1/lib/python3.7/site-packages/catmap/analyze/analysis_base.py:330: UserWarning: The following kwargs were not used by contour: 'title'
plot = getattr(ax,self.plot_function)(*plot_in,**plot_args)
/media/jime/DATA1/linux-software/a-1/lib/python3.7/site-packages/catmap/analyze/analysis_base.py:273: RuntimeWarning: invalid value encountered in log10
maparray = np.log10(maparray)
/media/jime/DATA1/linux-software/a-1/lib/python3.7/site-packages/catmap/analyze/analysis_base.py:330: UserWarning: The following kwargs were not used by contour: 'title'
plot = getattr(ax,self.plot_function)(*plot_in,**plot_args)
/media/jime/DATA1/linux-software/a-1/lib/python3.7/site-packages/catmap/analyze/analysis_base.py:330: UserWarning: The following kwargs were not used by contour: 'title'
plot = getattr(ax,self.plot_function)(*plot_in,**plot_args)
/media/jime/DATA1/linux-software/a-1/lib/python3.7/site-packages/catmap/analyze/analysis_base.py:330: UserWarning: The following kwargs were not used by contour: 'title'
plot = getattr(ax,self.plot_function)(*plot_in,**plot_args)
想请教大家如何解决
|
|