Skip to content

Commit

Permalink
mult
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Aug 29, 2023
1 parent 9474f7c commit 8813e85
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 @@ -762,6 +762,6 @@ def _(*args, **kwargs):
return _


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

0 comments on commit 8813e85

Please sign in to comment.