We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d2bf8 commit 33d8e9dCopy full SHA for 33d8e9d
ciw/tests/test_sampling.py
@@ -853,7 +853,7 @@ def test_timedependent_exact(self):
853
'Transition_matrices': [[0.1, 0.1],
854
[0.1, 0.1]]
855
}
856
- Q = ciw.Simulation(ciw.create_network(params), exact=True)
+ Q = ciw.Simulation(ciw.create_network(params), exact=26)
857
N1 = Q.transitive_nodes[0]
858
N2 = Q.transitive_nodes[1]
859
ciw.seed(5)
0 commit comments