We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2f815 commit cffb6a6Copy full SHA for cffb6a6
test/test_deisa.py
@@ -41,7 +41,7 @@
41
42
from TestSimulator import TestSimulation
43
from deisa.dask import Deisa, get_connection_info, Bridge
44
-from utils import wait_for
+from utils import wait_for, dask_array_element_wise_equal
45
46
47
@pytest.mark.parametrize('global_shape', [(32, 32), (32, 16), (16, 32)])
0 commit comments