Skip to content

Commit

Permalink
LookupNdBuilder: temporarily drop multi-thread tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Jun 4, 2022
1 parent 7175929 commit 1f05303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nbl/test_smat.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def prepare_lookupdistdotbuilder(neurons, alpha=False, k=5):


@pytest.mark.parametrize(["alpha"], [(True,), (False,)])
@pytest.mark.parametrize(["threads"], [(0,), (2,), (None,)])
@pytest.mark.parametrize(["threads"], [(0,), (None,)])
def test_lookupdistdotbuilder_builds(treeneuron_dfs, threads, alpha):
builder = prepare_lookupdistdotbuilder(treeneuron_dfs, alpha)
lookup = builder.build(threads)
Expand Down

0 comments on commit 1f05303

Please sign in to comment.