We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b74f2a commit 0c4f35fCopy full SHA for 0c4f35f
tests/test/test_centrality.py
@@ -49,7 +49,6 @@ def check_result(
49
b["score"]
50
):
51
q_type = "Template Query" if template_flag else "Generic Query"
52
- pytest.exit(f'{q_type}: {r["score"]} != {b["score"]}')
53
pytest.fail(f'{q_type}: {r["score"]} != {b["score"]}')
54
55
@pytest.mark.parametrize("test_name", undirected_graphs)
0 commit comments