Skip to content

Commit d2925bd

Browse files
committed
remove unused var
1 parent 594c5dc commit d2925bd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_weighted_stats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def weights_type(scenario):
4040
@pytest.fixture
4141
def weights_3d(data_3d, axis, weights_type):
4242
shape = data_3d.shape
43-
axis_tuple = (axis,) if isinstance(axis, int) else axis
4443

4544
if weights_type == "full":
4645
return np.random.rand(*shape)

0 commit comments

Comments
 (0)