diff --git a/ultraplot/tests/test_1dplots.py b/ultraplot/tests/test_1dplots.py index 4a13fe8d9..5510695c6 100644 --- a/ultraplot/tests/test_1dplots.py +++ b/ultraplot/tests/test_1dplots.py @@ -449,7 +449,7 @@ def test_norm_not_modified(): assert norm.vmin == 0 assert norm.vmax == 10 - arr = np.random.rand(20, 40) * 1000 + arr = state.rand(20, 40) * 1000 xe = np.linspace(0, 1, num=40, endpoint=True) ye = np.linspace(0, 1, num=20, endpoint=True)