From 54c60ff464bade6cc57b150ebc96c138bb320e2f Mon Sep 17 00:00:00 2001 From: "Franco S. Sobrero" <111702488+francosobrero@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:19:18 -0400 Subject: [PATCH] Add files via upload Fix inaccurate no-model flag description in PlotETM.py --- com/PlotETM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com/PlotETM.py b/com/PlotETM.py index f63cfda2..6ab042e1 100644 --- a/com/PlotETM.py +++ b/com/PlotETM.py @@ -881,7 +881,7 @@ def main(): "residuals -> show only residuals (remove all ETM functions); " "missing -> show missing solution days as magenta lines in the plot " "(only visible with -out activated); " - "no-model -> plot time series without fitting a model (do not estimate parameters); " + "no-model -> plot time series without plotting the fitted model (parameters are still estimated); " "no-plots -> to use for querying, do not produce plots but estimate parameters") parser.add_argument('-dir', '--directory', type=str, default='production/',