Skip to content

Commit

Permalink
Use meshmode actx for meshmode-dependent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 9, 2024
1 parent d44299a commit d3a2709
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_tree_of_boxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@

import numpy as np
import pytest
# This means boxtree's tests have a hard dependency on meshmode. That's OK.
from meshmode import _acf # noqa: F401
from meshmode.array_context import PytestPyOpenCLArrayContextFactory

from arraycontext import pytest_generate_tests_for_array_contexts

from boxtree import (
make_meshmode_mesh_from_leaves, make_tree_of_boxes_root,
uniformly_refine_tree_of_boxes)
from boxtree.array_context import _acf # noqa: F401
from boxtree.array_context import PytestPyOpenCLArrayContextFactory


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit d3a2709

Please sign in to comment.