Skip to content

Commit 4f03dc2

Browse files
committed
Fix CI failures
1 parent 376e510 commit 4f03dc2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pytential/qbx/distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def compute_local_geometry_data(
222222
data is generated.
223223
:arg boxes_time: Predicated cost of each box. Used by partitioning to improve
224224
load balancing.
225-
:arg traversal_builder: Used to construct local tranversal.
225+
:arg traversal_builder: Used to construct local traversal.
226226
"""
227227
queue = actx.queue
228228

test/test_distributed.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
import pyopencl.clmath
55
from pyopencl.tools import ( # noqa
66
pytest_generate_tests_for_pyopencl as pytest_generate_tests)
7-
from arraycontext import PyOpenCLArrayContext, flatten, unflatten
7+
from arraycontext import flatten, unflatten
8+
from meshmode.array_context import PyOpenCLArrayContext
89

910
from meshmode.mesh.generation import make_curve_mesh, ellipse
1011
from sumpy.visualization import FieldPlotter

0 commit comments

Comments
 (0)