We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf135a commit 00dbad6Copy full SHA for 00dbad6
mkl_random/tests/test_regression.py
@@ -79,7 +79,7 @@ def test_permutation_longs():
79
rnd.seed(1234, brng='MT19937')
80
dt_long = np.dtype("long")
81
twelve_long = dt_long.type(12)
82
- b = rnd.permutation(twelse_long)
+ b = rnd.permutation(twelve_long)
83
assert_array_equal(a, b)
84
85
0 commit comments