Skip to content

Commit 00dbad6

Browse files
Fixed typo
1 parent bdf135a commit 00dbad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_random/tests/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_permutation_longs():
7979
rnd.seed(1234, brng='MT19937')
8080
dt_long = np.dtype("long")
8181
twelve_long = dt_long.type(12)
82-
b = rnd.permutation(twelse_long)
82+
b = rnd.permutation(twelve_long)
8383
assert_array_equal(a, b)
8484

8585

0 commit comments

Comments
 (0)