Skip to content

Commit 1ab3e09

Browse files
committed
Remove dprint from test
1 parent ec3d700 commit 1ab3e09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/xtensor/test_shape.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def test_stack_single_dim():
137137

138138
fn = xr_function([x], out)
139139
x_test = xr_arange_like(x)
140-
fn.fn.dprint(print_type=True)
141140
res = fn(x_test)
142141
expected_res = x_test.stack(d=["a"])
143142
xr_assert_allclose(res, expected_res)

0 commit comments

Comments
 (0)