Skip to content

Commit 33d8e9d

Browse files
committed
fix time dependency exactness test
1 parent c6d2bf8 commit 33d8e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciw/tests/test_sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ def test_timedependent_exact(self):
853853
'Transition_matrices': [[0.1, 0.1],
854854
[0.1, 0.1]]
855855
}
856-
Q = ciw.Simulation(ciw.create_network(params), exact=True)
856+
Q = ciw.Simulation(ciw.create_network(params), exact=26)
857857
N1 = Q.transitive_nodes[0]
858858
N2 = Q.transitive_nodes[1]
859859
ciw.seed(5)

0 commit comments

Comments
 (0)