Skip to content
Snippets Groups Projects

Follow-Up Translations

Merged David Schäfer requested to merge translations into develop
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -221,7 +221,7 @@ class Flags:
if colname:
errm += f"of column {colname} "
if any(history.hist[0] != UNFLAGGED):
if (history.hist[0] != UNFLAGGED).any():
raise ValueError(errm + "missing an UNFLAGGED-column at first position")
# this ensures that the mask does not shadow UNFLAGGED with a NaN.
Loading