Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
change position of import

Co-authored-by: Joseph Paillard <[email protected]>
  • Loading branch information
lionelkusch and jpaillard authored Jan 17, 2025
1 parent 12edb23 commit e06122f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_scenario.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Test the scenario module
"""

from itertools import product
import numpy as np
import pytest
from numpy.testing import assert_almost_equal, assert_equal
Expand Down Expand Up @@ -62,7 +62,6 @@ def test_multivariate_1D_simulation():
n_samples=9, n_groups=2, group_size=3
)
corr_X = np.corrcoef(X)
from itertools import product

groups = [[0, 1, 2], [3, 4, 5]]
for g in groups:
Expand Down

0 comments on commit e06122f

Please sign in to comment.