added option to change History.squeeze behavior
Compare changes
+ 1
− 1
@@ -251,7 +251,7 @@ def test_append_force(__hist, s, max_val):
UFZ GitLab and Mattermost will be OFFLINE on March 27 from 8:00pm to 10pm due to a system migration!
We currently squeeze multiple History
columns into one by choosing the last column. This makes sense in many cases, but, as I got a request for alternative aggregation schemes from the IAGOS-project, obviously not in all. This MR implements the option to select from several squeezing options, currently "last"
(out current implementation), "min"
(select the smallest flag per row), "max"
(select the highest flag per row).
As I didn't really find a good place, where this rather special behavior, that furthermore requires quite some insight into the saqc-machinery, should be controlled, it is now/currently set by a module global variable.