Skip to content

Commit

Permalink
Fix pylint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoskelo committed Jul 30, 2024
1 parent aed5080 commit 470a80c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arraycontext/parameter_study/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
from arraycontext.context import ArrayContext
from arraycontext.impl.pytato import (
PytatoPyOpenCLArrayContext,
_get_arg_id_to_arg_and_arg_id_to_descr,
)
from arraycontext.impl.pytato.compile import (
LazilyPyOpenCLCompilingFunctionCaller,
LeafArrayDescriptor,
_ary_container_key_stringifier,
_get_arg_id_to_arg_and_arg_id_to_descr,
_to_input_for_compiled,
)

Expand Down
6 changes: 2 additions & 4 deletions examples/advection.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
import pyopencl as cl

from arraycontext.parameter_study import (
pack_for_parameter_study,
unpack_parameter_study,
)
from arraycontext.parameter_study.transform import (
ParameterStudyAxisTag,
ParamStudyPytatoPyOpenCLArrayContext,
pack_for_parameter_study,
unpack_parameter_study,
)


Expand Down

0 comments on commit 470a80c

Please sign in to comment.