Skip to content

Commit 5fda5a5

Browse files
committed
src/sage/graphs/hypergraph_generators.py: add long time
Fix the CI warning, 2025-07-14T18:36:48.3245070Z ##[warning]slow doctest: 2025-07-14T18:36:48.3247224Z hypergraphs.BinomialRandomUniform(50, 3, 1).num_blocks() # needs numpy 2025-07-14T18:36:48.3247979Z Test ran for 5.01s cpu, 5.01s wall by adding "# long time" to this test.
1 parent 68b7d6d commit 5fda5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/hypergraph_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def BinomialRandomUniform(self, n, k, p):
304304
305305
EXAMPLES::
306306
307-
sage: hypergraphs.BinomialRandomUniform(50, 3, 1).num_blocks() # needs numpy
307+
sage: hypergraphs.BinomialRandomUniform(50, 3, 1).num_blocks() # needs numpy, long time
308308
19600
309309
sage: hypergraphs.BinomialRandomUniform(50, 3, 0).num_blocks() # needs numpy
310310
0

0 commit comments

Comments
 (0)