-
Notifications
You must be signed in to change notification settings - Fork 42
Description
hi. after summarizing tried to plot the moment_rate but an error came up which implied that the plot is existed, but it is not. i checked the figures directory it's not there. i used -- force but the error still exists. appreciate any help.
that's the log:
2024-04-27 19:33:57,018 - seismic - INFO - Fault(s) discretized to 2.0 [km] patches.
2024-04-27 19:33:57,018 - config - INFO - not solving for utens, got fixed at 0.0
2024-04-27 19:33:57,018 - models - INFO - Using "none" regularization ...
2024-04-27 19:33:57,019 - backend - INFO - Loading multitrace from /home/x_301025/project/HojedkEQ/ffi/stage_-1
2024-04-27 19:33:57,711 - plotting.ffi - INFO - Drawing ensemble of 0 moment rate functions ...
2024-04-27 19:33:57,711 - plotting.ffi - INFO - Drawing total rates ...
2024-04-27 19:33:57,712 - plotting.ffi - INFO - Fault 1 / 1
2024-04-27 19:33:57,823 - beat - WARNING - Could not plot moment_rate got Error: plot_exists() missing 1 required positional argument: 'force'
Traceback (most recent call last):
File "/home/x_301025/src/miniconda/envs/beatenv/lib/python3.11/site-packages/beat/apps/beat.py", line 1958, in command_plot
plotting.plots_catalog[plot](problem, po)
File "/home/x_301025/src/miniconda/envs/beatenv/lib/python3.11/site-packages/beat/plotting/ffi.py", line 148, in draw_moment_rate
if plot_exists(outpath, po.force):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: plot_exists() missing 1 required positional argument: 'force'