diff --git a/examples/tutorials/gridded_forecast_evaluation.py b/examples/tutorials/gridded_forecast_evaluation.py index 218622f2..4e38ad2d 100644 --- a/examples/tutorials/gridded_forecast_evaluation.py +++ b/examples/tutorials/gridded_forecast_evaluation.py @@ -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) @@ -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) \ No newline at end of file +print("I_1score is: ", I_1)