Skip to content
Snippets Groups Projects
Commit de7be768 authored by Bert Palm's avatar Bert Palm 🎇 Committed by David Schäfer
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 220caf3f
No related branches found
No related tags found
1 merge request!579Translation cleanups
Pipeline #135804 passed with stages
in 7 minutes and 4 seconds
This commit is part of merge request !579. Comments created here will be created in the context of that merge request.
......@@ -148,7 +148,7 @@ class MappingScheme(TranslationScheme):
if flag not in self._backward:
raise ValueError(f"invalid flag: {flag}")
return float(flag)
return self._forward[flag]
return float(self._forward[flag])
def forward(self, flags: pd.DataFrame | DictOfSeries | pd.Series) -> 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