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
#5638 added a pytest fixture to mock-wrap dask's compute function:
compute
iris/lib/iris/tests/unit/analysis/stats/test_pearsonr.py
Lines 44 to 55 in fe46e05
If this fixture were moved to a conftest.py, it could also be used in test__arith__dask_array.py and test_broadcast_to_shape.py, where a more specific implementation is currently used.
conftest.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📰 Custom Issue
#5638 added a pytest fixture to mock-wrap dask's
compute
function:iris/lib/iris/tests/unit/analysis/stats/test_pearsonr.py
Lines 44 to 55 in fe46e05
If this fixture were moved to a
conftest.py
, it could also be used in test__arith__dask_array.py and test_broadcast_to_shape.py, where a more specific implementation is currently used.The text was updated successfully, but these errors were encountered: