Skip to content

Commit eae3adf

Browse files
Saatvik RaosaatvikraoIITGN
authored andcommitted
mistake in test case
1 parent 2f16986 commit eae3adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/orientations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def acyclic_orientations(G):
8686
sage: import timeit
8787
sage: G_C100, start_time = graphs.CycleGraph(100), timeit.default_timer()
8888
sage: it_C100, first_10_orientations = G_C100.acyclic_orientations(), list(islice(G_C100.acyclic_orientations(), 10))
89-
sage: print(timeit.default_timer() - start_time < 0.05)
89+
sage: print(timeit.default_timer() - start_time < 0.5)
9090
True
9191
9292
TESTS:

0 commit comments

Comments
 (0)