Skip to content

Commit db82744

Browse files
committed
MNT: Drop deprecated slow marking; do not replace as test runs quickly
1 parent afa1044 commit db82744

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/tests/test_quaternions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import pytest
1515

16-
from numpy.testing import assert_array_almost_equal, assert_array_equal, dec
16+
from numpy.testing import assert_array_almost_equal, assert_array_equal
1717

1818
from .. import quaternions as nq
1919
from .. import eulerangles as nea
@@ -122,7 +122,6 @@ def test_norm():
122122
assert not nq.isunit(qi)
123123

124124

125-
@dec.slow
126125
@pytest.mark.parametrize("M1, q1", eg_pairs[0::4])
127126
@pytest.mark.parametrize("M2, q2", eg_pairs[1::4])
128127
def test_mult(M1, q1, M2, q2):

0 commit comments

Comments
 (0)