-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dask: Data.mask_fpe
#380
dask: Data.mask_fpe
#380
Conversation
@sadielbartholomew - just a note that this PR may affect the daskification of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall:
I have raised a few minor comments but otherwise this is ready to merge, with +1 for a clear and detailed deprecation message.
Notes:
flake8
uncovers that that there is still a reference to _mask_fpe
, but as you have implied it is in _binary_operation
which I am covering (PR to go up today or tomorrow) so not touching it here to avoid the merge conflict is wise. I've already removed the reference to it in my branch for the PR.
There is one other undefined name though, maybe we can deal with it here whilst we are here? It's in get_filenames
which is marked as migrated in the big table:
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
cf/data/data.py:4181:20: F821 undefined name '_mask_fpe'
cf/data/data.py:9406:30: F821 undefined name 'FileArray'
Co-authored-by: Sadie L. Bartholomew <sadie.bartholomew@ncas.ac.uk>
Thanks, Sadie. The |
No description provided.