From e6602badcaa7634d7b063ac13469c2abee1597d9 Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni <kaushikcfd@gmail.com> Date: Tue, 29 Jun 2021 08:47:02 -0500 Subject: [PATCH] clarify that pytest_generate_tests_for_array_contexts: returns PyOpenCLArrayContext --- arraycontext/pytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arraycontext/pytest.py b/arraycontext/pytest.py index e0beb06..33783e6 100644 --- a/arraycontext/pytest.py +++ b/arraycontext/pytest.py @@ -266,7 +266,7 @@ def pytest_generate_tests_for_array_contexts( def pytest_generate_tests_for_pyopencl_array_context(metafunc) -> None: """Parametrize tests for pytest to use a - :class:`~arraycontext.ArrayContext`. + :class:`~arraycontext.PyOpenCLArrayContext`. Performs device enumeration analogously to :func:`pyopencl.tools.pytest_generate_tests_for_pyopencl`. -- GitLab