Skip to content

Commit c45bd14

Browse files
committed
move the note displaying the value of dim
1 parent 7cbbd56 commit c45bd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray_array_testing/reduction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def test_variable_order_reduce_index(self, op, data):
7777
else:
7878
actual_ = actual.data
7979

80+
note(f"dim: {dim}")
8081
if dim is not ... and not isinstance(dim, list):
8182
# compute using xp.<OP>(array)
82-
note(dim)
8383
axis = variable.get_axis_num(dim)
8484
indices = getattr(self.xp, op)(variable.data, axis=axis)
8585

0 commit comments

Comments
 (0)