From a648907b8f6be6f5bdfaa46399124229a12f3e12 Mon Sep 17 00:00:00 2001 From: leendertvanwolfswinkel Date: Wed, 4 Dec 2024 15:30:54 +0100 Subject: [PATCH] Update constants.py --- utils/threedi_result_aggregation/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/threedi_result_aggregation/constants.py b/utils/threedi_result_aggregation/constants.py index 768f63a5..0c08f012 100644 --- a/utils/threedi_result_aggregation/constants.py +++ b/utils/threedi_result_aggregation/constants.py @@ -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"},