Skip to content
Snippets Groups Projects
Commit d81eebd4 authored by Bert Palm's avatar Bert Palm 🎇 Committed by Peter Lünenschloß
Browse files

ah ok - didnt know about this one

parent 8db00cb8
No related branches found
No related tags found
6 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!440Concat Squeeze Fix (adressing SEEFO pipe error)
Pipeline #76135 passed with stage
in 3 minutes and 32 seconds
......@@ -558,9 +558,7 @@ def concatFlags(
history = flags.history[field].apply(dummy.index, func, func_kws)
if squeeze:
untouched_mask = history.hist.isna().all(axis=1)
history = history.max()
history[untouched_mask] = np.nan
history = history.max(raw=True)
meta = {
"func": f"concatFlags({field})",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment