Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leendertvanwolfswinkel committed Dec 4, 2024
1 parent fde5123 commit a648907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/threedi_result_aggregation/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
agg_method_list = [
{"short_name": "sum", "long_name": "Sum", "integrates_over_time": True},
{"short_name": "max", "long_name": "Max"},
{"short_name": "max_time", "long_name": "Time to max"},
{"short_name": "max_time", "long_name": "Time to max", "is_duration": True},
{"short_name": "min", "long_name": "Min"},
{"short_name": "mean", "long_name": "Mean"},
{"short_name": "median", "long_name": "Median"},
Expand Down

0 comments on commit a648907

Please sign in to comment.