Update src/seismic_hazard_forecasting.py

fix mag_label
This commit is contained in:
2026-06-19 14:54:20 +02:00
parent 3b797e41cb
commit 09cf4b0e6a
+1 -1
View File
@@ -590,7 +590,7 @@ verbose: {verbose}")
torder_min = 0 torder_min = 0
torder_max = 1 torder_max = 1
time, mag_data, 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, mag_label=mag_label, output_datenum=True)
datenum_data = time # REMEMBER THE DECIMAL DENOTES DAYS datenum_data = time # REMEMBER THE DECIMAL DENOTES DAYS