Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Jul 3, 2024
1 parent 1a821dc commit 0045221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/test_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_rn_basic():
)
)

mcdc = iqmc_dummy_mcdc_variable()
data, mcdc = iqmc_dummy_mcdc_variable()

# run through the first five seeds (1-5)
for i in range(5):
Expand All @@ -114,7 +114,7 @@ def test_AxV_linearity():
"""
MCDC.reset()

mcdc = iqmc_dummy_mcdc_variable()
data, mcdc = iqmc_dummy_mcdc_variable()

size = mcdc["technique"]["iqmc"]["total_source"].size
np.random.seed(123456)
Expand Down

0 comments on commit 0045221

Please sign in to comment.