From a0f4ea3f3fdccf6125b7e59406c974baf0c108d3 Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Fri, 12 Apr 2024 17:09:47 +0200 Subject: [PATCH] skip histogram in provenance --- duck/processes/wps_clintai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duck/processes/wps_clintai.py b/duck/processes/wps_clintai.py index 1acd92d..4da5280 100644 --- a/duck/processes/wps_clintai.py +++ b/duck/processes/wps_clintai.py @@ -208,7 +208,7 @@ def _handler(self, request, response): "mean": stats["mean"], "stddev": stats["std"], "info": json.dumps(datastats.info, separators=(",", ":")), - "histogram": datastats.histogram, + # "histogram": datastats.histogram, }, [datasets[0].as_posix()], [f"{datasets[0].as_posix()}_infilled.nc"],