Skip to content

Commit

Permalink
deflake8
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Nov 2, 2024
1 parent 149ca17 commit 3de6f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/test_inviscid.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
pytest_generate_tests = pytest_generate_tests_for_array_contexts(
[PytestPyOpenCLArrayContextFactory])


# @pytest.mark.parametrize("dim", [1, 2, 3])
@pytest.mark.parametrize("nspecies", [0, 1, 10])
@pytest.mark.parametrize("dim", [3]) # Test 3d only in CI
Expand Down
2 changes: 1 addition & 1 deletion test/test_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
[PytestPyOpenCLArrayContextFactory])


#@pytest.mark.parametrize("order", [1, 3, 5])
# @pytest.mark.parametrize("order", [1, 3, 5])
@pytest.mark.parametrize("mechname", ["uiuc_7sp"])
@pytest.mark.parametrize("dim", [2])
@pytest.mark.parametrize("order", [3]) # Test 3rd order only in CI
Expand Down

0 comments on commit 3de6f13

Please sign in to comment.