1 parent 594c5dc commit d2925bdCopy full SHA for d2925bd
1 file changed
tests/test_weighted_stats.py
@@ -40,7 +40,6 @@ def weights_type(scenario):
40
@pytest.fixture
41
def weights_3d(data_3d, axis, weights_type):
42
shape = data_3d.shape
43
- axis_tuple = (axis,) if isinstance(axis, int) else axis
44
45
if weights_type == "full":
46
return np.random.rand(*shape)
0 commit comments