You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading the .log files, there is a bug when getting the metrics from ModEM inversion results. When the rms values are higher than 10, I get back the following error in the plot_rms_iterations.read(logfile) function
Here is a file (Modular_NLCG.log) that has a series of rms values higher than 10. Download the file and create a python script to run the following code,
Hello,
When reading the
.log
files, there is a bug when getting the metrics from ModEM inversion results. When therms
values are higher than 10, I get back the following error in theplot_rms_iterations.read(logfile)
functionPossible Solution
A possible solution is to account for a broader possibilities of
rms
values by changing line 72 inplot_rms_iterations.py
from,to
Steps to Reproduce (for bugs)
Here is a file (Modular_NLCG.log) that has a series of
rms
values higher than 10. Download the file and create a python script to run the following code,This should reproduce the error I got.
Your Environment
The text was updated successfully, but these errors were encountered: