Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac #33579: fix doctest for 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert committed Apr 10, 2022
1 parent 2f3f304 commit 6cbdf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generators/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def RandomGNP(n, p, seed=None, fast=True, algorithm='Sage'):
sage: graphs.RandomGNP(50,.2, algorithm="Sage").size()
243
sage: graphs.RandomGNP(50,.2, algorithm="networkx").size()
260 # 32-bit
279 # 32-bit
209 # 64-bit
"""
if n < 0:
Expand Down

0 comments on commit 6cbdf91

Please sign in to comment.