Skip to content

Commit

Permalink
mem mult 1 only
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed May 9, 2024
1 parent 4f7d974 commit 1119a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,6 @@ def _(*args, **kwargs):
return _


@pytest.fixture(params=[0.1, 1])
@pytest.fixture(params=[1])
def memory_multiplier(request):
return request.param

0 comments on commit 1119a8b

Please sign in to comment.