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

squeeze the result from setFlag

parent e4d58b8f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class BaseFlagger:
flags = flags.values
flags[flags < flag] = flag
return flags
return np.squeeze(flags)
@property
def UNFLAGGED(self):
......
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