Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com/PlotETM.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down
Loading