-
Notifications
You must be signed in to change notification settings - Fork 23
dask: Data.cull_graph, concatenate and Field.collapse
#532
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.cull_graph, concatenate and Field.collapse
#532
Conversation
Data.cull_graph, concateante and Field.collapseData.cull_graph, concatenate and Field.collapse
sadielbartholomew
left a comment
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.
(Pressed 'approve' pre-maturely, sorry - one more comment to add.)
Overall, achieves the aims listed in the opening comment and results in passing collapse-related tests (at least for me locally) as promised. I've included some questions and minor comments, but this is ready to merge once you've considered them in my eyes. Thanks.
Fixes
test_Field_collapseintest_FIeld.py, andtest_collapse.py.data._parse_weights._preservekeywords.scalekeyword toField.collapse. This wasn't necessary, but at one stage I though it might solve some problems. Left it in because it's nicer and more efficient.Forward ports dask: Reinstate netCDF lock #531 to prove that it stops the seg faults.Edit 2023-01-03: dask: Reinstate netCDF lock #531 has now been accepted intolama-to-daskand pulled in to here from there.