Skip to content
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

LAMA to Dask: _combined_units & further branch tidy #436

Conversation

sadielbartholomew
Copy link
Member

Ultimately reinstate a commented-out test case, failing due to a minor issue in _combined_units, which turned out to simply be a use of the property Data._size which has straightforwardly been replaced by Data.size. I also updated all other remaining usage of _size in the Data module, which turned out to be two extra cases overall.

There were in fact two test cases due to be reinstated from the above fix, but one (that concerns __ipow__) is failing due to data type differences summarised by #435, so I have updated the messages provided by the commented-out case.

@sadielbartholomew sadielbartholomew added code tidy testing Issues related to units tests and their coverage dask Relating to the use of Dask labels Aug 12, 2022
@sadielbartholomew sadielbartholomew self-assigned this Aug 12, 2022
Copy link
Collaborator

@davidhassell davidhassell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good. Sorry it took me so long! Please merge.

@sadielbartholomew sadielbartholomew merged commit e0b8d8e into NCAS-CMS:lama-to-dask Oct 10, 2022
@sadielbartholomew sadielbartholomew deleted the lama-to-dask-further-tidy branch October 10, 2022 12:18
@davidhassell davidhassell added this to the 3.14.0 milestone Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code tidy dask Relating to the use of Dask testing Issues related to units tests and their coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants