We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68729c commit 9ecc772Copy full SHA for 9ecc772
tests/xtensor/test_math.py
@@ -1,6 +1,7 @@
1
# ruff: noqa: E402
2
import pytest
3
-from xtensor.util import xr_arange_like
+
4
+from tests.xtensor.util import xr_arange_like
5
6
7
pytest.importorskip("xarray") #
0 commit comments