Skip to content
Snippets Groups Projects
Commit 30e9b180 authored by Matthias Diener's avatar Matthias Diener
Browse files

fix previous

parent e5eaa037
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,8 @@ from .container.traversal import (
from .impl.pyopencl import PyOpenCLArrayContext
from .impl.pytato import PytatoArrayContext
from .pytest import pytest_generate_tests_for_array_contexts
from .pytest import (pytest_generate_tests_for_array_contexts,
pytest_generate_tests_for_pyopencl_array_context)
from .loopy import make_loopy_program
......@@ -82,7 +83,8 @@ __all__ = (
"make_loopy_program",
"pytest_generate_tests_for_array_contexts"
"pytest_generate_tests_for_array_contexts",
"pytest_generate_tests_for_pyopencl_array_context"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment