diff --git a/tests/test_simulate.py b/tests/test_simulate.py index bc3fbd9f..e0c931eb 100644 --- a/tests/test_simulate.py +++ b/tests/test_simulate.py @@ -91,9 +91,9 @@ def test_cat_decomp_scalar(self) -> None: g = Graph() # Generate random scalar parameters - phase = Fraction(np.random.randint(1, 10), np.random.randint(1, 10)) - power = np.random.randint(1, 10) - positive = np.random.randint(0, 1) + phase = Fraction(random.randint(1, 10), random.randint(1, 10)) + power = random.randint(1, 10) + positive = random.randint(0, 1) # Generate cat-like term with random scalar parameters G = gen_catlike_term(g, [],