Skip to content

Commit

Permalink
update_prior
Browse files Browse the repository at this point in the history
  • Loading branch information
YaolinGe committed Jul 25, 2023
1 parent d14807d commit 216794c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nidelva3D/src/tests/test_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestSimulator(TestCase):

def setUp(self) -> None:
num_steps = 10
random_seed = 17
random_seed = 18
debug = True
temporal_truth = True
self.simulator = Simulator(num_steps=num_steps, random_seed=random_seed,
Expand Down

0 comments on commit 216794c

Please sign in to comment.