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

[FIX] catrgory related failure in positional translation

parent bd1b052b
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class PositionalTranslator(Translator):
"""
out = {}
for field in flags.columns:
thist = flags.history[field].hist.replace(self._BACKWARD)
thist = flags.history[field].hist.replace(self._BACKWARD).astype(int)
# Concatenate the single flag values. There are faster and more
# complicated approaches (see former `PositionalFlagger`), but
# this method shouldn't be called that often
......
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