Skip to content

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gaohao95 committed Aug 4, 2024
1 parent 413bc96 commit 9525a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytential/qbx/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def compute_local_geometry_data(
data is generated.
:arg boxes_time: Predicated cost of each box. Used by partitioning to improve
load balancing.
:arg traversal_builder: Used to construct local tranversal.
:arg traversal_builder: Used to construct local traversal.
"""
queue = actx.queue

Expand Down
3 changes: 2 additions & 1 deletion test/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import pyopencl.clmath
from pyopencl.tools import ( # noqa
pytest_generate_tests_for_pyopencl as pytest_generate_tests)
from arraycontext import PyOpenCLArrayContext, flatten, unflatten
from arraycontext import flatten, unflatten
from meshmode.array_context import PyOpenCLArrayContext

from meshmode.mesh.generation import make_curve_mesh, ellipse
from sumpy.visualization import FieldPlotter
Expand Down

0 comments on commit 9525a18

Please sign in to comment.