Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Mar 10, 2023
1 parent 0e4d436 commit 55bcbaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/test_constructors.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def test_spectral_exp(graph):
constructors.load_constructor(constr, graph, exp_comp_mode="spectral").get_data(1)
)
expected_data = yaml.safe_load(open(DATA / f"test_constructor_{constr}.yaml", "r"))
print(constr)
assert_almost_equal(data["quality"], expected_data["quality"])
assert_almost_equal(data["null_model"], expected_data["null_model"])

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ setenv =
COVERAGE_FILE = {env:COVERAGE_FILE:.coverage-{envname}}
deps = pybind11
extras = all
commands = pytest \
commands = pytest -s \
--basetemp={envtmpdir} \
--cov={[base]name} \
--cov-fail-under=100
Expand Down

0 comments on commit 55bcbaa

Please sign in to comment.