Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Dec 14, 2022
1 parent 9f8a850 commit 748329d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_stokes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@

from meshmode import _acf # noqa: F401
from arraycontext import pytest_generate_tests_for_array_contexts
from meshmode.array_context import PytestPyOpenCLArrayContextFactory

import extra_int_eq_data as eid
import logging
logger = logging.getLogger(__name__)

pytest_generate_tests = pytest_generate_tests_for_array_contexts([
"pyopencl-deprecated",
PytestPyOpenCLArrayContextFactory,
])


Expand Down

0 comments on commit 748329d

Please sign in to comment.