Update src/seismic_hazard_forecasting.py

correct mag_data variable name
This commit is contained in:
2026-06-19 14:38:00 +02:00
parent bb3184a126
commit b51e5b9f43
+1 -1
View File
@@ -590,7 +590,7 @@ verbose: {verbose}")
torder_min = 0
torder_max = 1
time, mag_dummy, lat_dummy, lon_dummy, depth_dummy = read_mat_cat(catalog_file, output_datenum=True)
time, mag_data, lat_dummy, lon_dummy, depth_dummy = read_mat_cat(catalog_file, output_datenum=True)
datenum_data = time # REMEMBER THE DECIMAL DENOTES DAYS