Update src/seismic_hazard_forecasting.py
correct mag_data variable name
This commit is contained in:
@@ -590,7 +590,7 @@ verbose: {verbose}")
|
|||||||
torder_min = 0
|
torder_min = 0
|
||||||
torder_max = 1
|
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
|
datenum_data = time # REMEMBER THE DECIMAL DENOTES DAYS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user