Skip to content

Commit

Permalink
fix typo, pytest fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCaseres committed Jan 14, 2024
1 parent e5ceaf6 commit c4aa696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def prism(request):
@pytest.fixture
def prism_dense(request):
if request.param == "sparse_only_run":
cl.options.set_option('ARRAY_BACKEND', 'numpy')
cl.options.set_option('ARRAY_BACKEND', 'sparse')
else:
cl.options.set_option('ARRAY_BACKEND', 'numpy')
return cl.load_sample('prism').sum()
Expand Down

0 comments on commit c4aa696

Please sign in to comment.