Skip to content
Snippets Groups Projects
Commit 99ec8f78 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

removed squeeze from dmpflaggers getFlags routine

parent 332eb399
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class DmpFlagger(BaseFlagger):
def getFlags(self, flags):
flags = self._reduceColumns(flags)
flagcol = flags.loc[:, FlagFields.FLAG].squeeze()
flagcol = flags.loc[:, FlagFields.FLAG]
return super().getFlags(flagcol)
def _reduceColumns(self, 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