Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeWarning: invalid value encountered #160

Open
wilsonweijun opened this issue Nov 30, 2021 · 0 comments
Open

RuntimeWarning: invalid value encountered #160

wilsonweijun opened this issue Nov 30, 2021 · 0 comments

Comments

@wilsonweijun
Copy link

In many runs, the RuntimeWarning often appear.

Expected Behavior

the RuntimeWarning disappears.

Current Behavior

D:\mtpywin\mtpy\mtpy\utils\calculator.py:371: RuntimeWarning: invalid value encountered in double_scalars
z_rel_err = error/z_amp

It is often displayed on the monitor.

Possible Solution

Steps to Reproduce (for bugs)

# Paste your code here
#import os
from mtpy.modeling.modem import PlotResponse
#working directory and save path
wd='D:/mtpywin/mtpy/examples/model_files/ModEM_2'
savepath='D:/mtpywin/tmp'
respfn='Modular_MPI_NLCG_004.dat'
datafn='ModEM_Data.dat'
ro=PlotResponse(data_fn=os.path.join(wd,datafn),
                resp_fn=os.path.join(wd,respfn),
                plot_type=['Synth02'],
                plot_style=1,
                plot_z=False,
                )
ro.plot()
ro.save_figure(os.path.join(savepath,'response.jpg'),fig_dpi=350)
#

Context

Your Environment

  • Operating system: windows 10
  • MtPy version: v1.0 download in 2020
  • Python version: 3.7.10
  • Matplotlib version:
  • Matplotlib backend (print(matplotlib.get_backend())):
  • QT version:

Installed Python Packages:
use pip freeze or conda list [-n ENVIRONMENT_NAME] to list all the installed libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant