Skip to content

Commit

Permalink
skip histogram in provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 12, 2024
1 parent 4e99064 commit a0f4ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duck/processes/wps_clintai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit a0f4ea3

Please sign in to comment.