Update src/seismic_hazard_forecasting.py

This commit is contained in:
2026-06-23 02:52:42 +02:00
parent fa192fd7a0
commit 62e551ff6a
+1 -1
View File
@@ -858,7 +858,7 @@ verbose: {verbose}")
iml_grid_hd = iml_grid_prep[j] iml_grid_hd = iml_grid_prep[j]
#vmin_hd = min(x for x in iml_grid_hd.flatten() if not isnan(x)) #vmin_hd = min(x for x in iml_grid_hd.flatten() if not isnan(x))
vmax_hd = np.nanmax(iml_grid_hd.flatten()) vmax_hd = np.nanmax(iml_grid_hd)
# generate image overlay # generate image overlay
north, south = lat.max(), lat.min() # Latitude range north, south = lat.max(), lat.min() # Latitude range