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

Merge branch 'perf_improvements' of https://git.ufz.de/rdm-software/saqc into perf_improvements

parents 3b3b4daa ffe3633c
No related branches found
No related tags found
3 merge requests!193Release 1.4,!188Release 1.4,!82Perf improvements
Pipeline #6722 failed with stage
in 6 minutes and 5 seconds
......@@ -70,7 +70,7 @@ class BaseFlagger(ABC):
flags[c] = pd.Series(self.UNFLAGGED, index=data[c].index)
flags = flags.astype(self.dtype)
else:
if not isinstance(data, diosT):
if not isinstance(flags, diosT):
flags = dios.DictOfSeries(flags)
newflagger = self.copy(flags=flags)
......
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