Skip to content

Commit

Permalink
smaller file
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Nov 24, 2024
1 parent 5bace1a commit 0c4266e
Show file tree
Hide file tree
Showing 4 changed files with 173,868 additions and 3,661,986 deletions.
2 changes: 1 addition & 1 deletion benchmarks/algorithms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import xgi

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


def test_connected(benchmark):
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/core.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import xgi

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


def test_construct_from_edgelist(benchmark):
Expand Down
Loading

0 comments on commit 0c4266e

Please sign in to comment.