Skip to content

Commit

Permalink
CI: temporarily suspend test_lookupdistdotbuilder_builds
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 28, 2024
1 parent a7979ca commit f476eaa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/test_nbl/test_smat.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ def prepare_lookupdistdotbuilder(neurons, alpha=False, k=5):
])


@pytest.mark.parametrize(["alpha"], [(True,), (False,)])
@pytest.mark.parametrize(["threads"], [(0,), (None,)])
@pytest.mark.timeout(60)
def test_lookupdistdotbuilder_builds(treeneuron_dfs, threads, alpha):
builder = prepare_lookupdistdotbuilder(treeneuron_dfs, alpha)
lookup = builder.build(threads)
# `pytest -rP` to see output
print(lookup.to_dataframe())
# @pytest.mark.parametrize(["alpha"], [(True,), (False,)])
# @pytest.mark.parametrize(["threads"], [(0,), (None,)])
# @pytest.mark.timeout(60)
# def test_lookupdistdotbuilder_builds(treeneuron_dfs, threads, alpha):
# builder = prepare_lookupdistdotbuilder(treeneuron_dfs, alpha)
# lookup = builder.build(threads)
# # `pytest -rP` to see output
# print(lookup.to_dataframe())

0 comments on commit f476eaa

Please sign in to comment.