Skip to content
Snippets Groups Projects
Commit 51948f4c authored by David Schäfer's avatar David Schäfer
Browse files

fix interpolation history writing

parent 604f460e
No related branches found
No related tags found
4 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2
Pipeline #124107 passed with stages
in 9 minutes and 29 seconds
......@@ -311,7 +311,7 @@ class InterpolationMixin:
**kwargs,
},
}
flagcol = pd.Series(UNFLAGGED, index=inter_data.index)
flagcol = pd.Series(UNFLAGGED, index=history.index)
history.append(flagcol, meta)
self._flags.history[field] = history
......
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