Skip to content

Commit

Permalink
updated function names in gridded_forecast_evaluation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloitu authored Jun 7, 2024
1 parent fd62381 commit caffbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tutorials/gridded_forecast_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@


print("Plotting concentration ROC curve")
_= plots.plot_concentration_ROC(forecast, catalog, linear=True)
_= plots.plot_concentration_ROC_diagram(forecast, catalog, linear=True)



Expand Down Expand Up @@ -159,4 +159,4 @@
# (see Kagan, YanY. [2009] Testing long-term earthquake forecasts: likelihood methods and error diagrams, Geophys. J. Int., v.177, pages 532-542).

I_1 = get_Kagan_I1_score(forecast, catalog)
print("I_1score is: ", I_1)
print("I_1score is: ", I_1)

0 comments on commit caffbc7

Please sign in to comment.