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

minor fix

parent c96293fd
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def runner(meta, flagger, data, flags=None, nodata=np.nan):
try:
dchunk, ffchunk = flagDispatch(func_name,
dchunk, fchunk, varname,
dchunk, fchunk.copy(), varname,
flagger, nodata=nodata,
**flag_params)
except NameError:
......
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