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 14f4fda commit ea8d5fcCopy full SHA for ea8d5fc
test/test_common.py
@@ -10,6 +10,7 @@
10
import polars as pl
11
import pytest
12
import xarray as xr
13
+from test_linear_expression import m, u, x # noqa: F401
14
from xarray import DataArray
15
from xarray.testing.assertions import assert_equal
16
0 commit comments