From 6693290a977ae5ea73a6fc24f6c17accaefc7293 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Tue, 24 Oct 2023 12:22:15 -0800 Subject: [PATCH] refining language in notebook --- prototype/water-extent-map-on-demand.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/water-extent-map-on-demand.ipynb b/prototype/water-extent-map-on-demand.ipynb index 63465427..57ee18c6 100644 --- a/prototype/water-extent-map-on-demand.ipynb +++ b/prototype/water-extent-map-on-demand.ipynb @@ -227,7 +227,7 @@ " 'iterative_min': 0, # Minimum bound used for iterative estimator. Ignored when flood_depth_estimator is None\n", " 'iterative_max': 15, # Maximum bound used for iterative estimator. Ignored when flood_depth_estimator is None\n", " 'iterative_min_size': 0, # Minimum size of a connected waterbody in pixels for calculating flood depths with the iterative estimator\n", - " 'minimization_metric': 'ts', # Minimization method to use during the iterative (only) flood depth calculation; Fowlkes-Mallows index (fmi) or a threat score (ts)\n", + " 'minimization_metric': 'ts', # Minimization method when using the iterative estimator (only); Fowlkes-Mallows index (fmi) or a threat score (ts)\n", " }\n", "}" ]