Skip to content
Snippets Groups Projects
Commit 23e6f6b3 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

[HOTFIX] masking is ignored for `handles='index'`

parent 42c8eb68
No related branches found
No related tags found
1 merge request!370Release 2.0
Pipeline #50782 passed with stage
in 2 minutes and 33 seconds
......@@ -141,7 +141,7 @@ def _preCall(state: CallState):
data, field, flags, *args = state.args
if state.needs_demasking:
if state.needs_masking:
datamask_kw = state.dec_kwargs["datamask"]
columns = _getMaskingColumns(data, field, datamask_kw)
data, mask = _maskData(data, flags, columns, mthresh)
......
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