Skip to content

Commit

Permalink
add rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Nov 24, 2024
1 parent 4fcb0e3 commit 956ae43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/algorithms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import xgi

rounds = 5
rounds = 10
fname = "benchmarks/email-eu.json"


Expand Down
2 changes: 1 addition & 1 deletion benchmarks/core.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import xgi

rounds = 5
rounds = 10
fname = "benchmarks/email-eu.json"


Expand Down
2 changes: 1 addition & 1 deletion benchmarks/generative.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import xgi

rounds = 5
rounds = 10


def test_erdos_renyi(benchmark):
Expand Down

0 comments on commit 956ae43

Please sign in to comment.