Concat Squeeze Fix (adressing SEEFO pipe error)
All threads resolved!
All threads resolved!
When using squeeze option for history concatenation, the squeezed history (as a result of history.max
) will evaluate to UNFLAGGED
constant, where the input history was all UNTOUCHED
- this leads to shadowing flags in the history, the squeezed history gets appended to. This leads to flag loss.
The fix just stores a mask and regains UNFLAGGED
values after squeezing with history.max
in concatFlags
Merge request reports
Activity
Filter activity
added BUG category: Flags / History category: dependencies python usability labels
assigned to @schaefed
- Resolved by Peter Lünenschloß
mentioned in commit 768581ca
mentioned in commit 63b55c6d
mentioned in commit 684dc8a0
mentioned in commit 8f7a90e4
Please register or sign in to reply