We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Two tests of the NORDIF and h5ebsd IO plugins looking through dask.array.dask.keys() strings fail on HyperSpy's extension integration tests:
dask.array.dask.keys()
kikuchipy/kikuchipy/io/plugins/tests/test_nordif.py
Lines 345 to 355 in 8533715
kikuchipy/kikuchipy/io/plugins/tests/test_h5ebsd.py
Lines 289 to 298 in 8533715
The text was updated successfully, but these errors were encountered:
Key is original-array in latest dask versions, so we should just check for both as is done in hyperspy/hyperspy#2888.
original-array
Sorry, something went wrong.
metadata
original_metadata
Update data module tests, fix issue pyxem#509
aa0ee51
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
Successfully merging a pull request may close this issue.
Two tests of the NORDIF and h5ebsd IO plugins looking through
dask.array.dask.keys()
strings fail on HyperSpy's extension integration tests:kikuchipy/kikuchipy/io/plugins/tests/test_nordif.py
Lines 345 to 355 in 8533715
kikuchipy/kikuchipy/io/plugins/tests/test_h5ebsd.py
Lines 289 to 298 in 8533715
The text was updated successfully, but these errors were encountered: