Skip to content

Commit

Permalink
remove uses of deprecated force_device_scalars=False
Browse files Browse the repository at this point in the history
  • Loading branch information
majosm authored and inducer committed Aug 20, 2024
1 parent 8d88ec0 commit 08adff0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions meshmode/array_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,6 @@ class PytestPyOpenCLArrayContextFactory(
actx_class = PyOpenCLArrayContext


# deprecated
class PytestPyOpenCLArrayContextFactoryWithHostScalars(
_PytestPyOpenCLArrayContextFactoryWithClass):
actx_class = PyOpenCLArrayContext
force_device_scalars = False


class PytestPytatoPyOpenCLArrayContextFactory(
_PytestPytatoPyOpenCLArrayContextFactory):

Expand All @@ -290,8 +283,6 @@ def actx_class(self):

register_pytest_array_context_factory("meshmode.pyopencl",
PytestPyOpenCLArrayContextFactory)
register_pytest_array_context_factory("meshmode.pyopencl-deprecated",
PytestPyOpenCLArrayContextFactoryWithHostScalars)
register_pytest_array_context_factory("meshmode.pytato_cl",
PytestPytatoPyOpenCLArrayContextFactory)

Expand Down

0 comments on commit 08adff0

Please sign in to comment.