Skip to content
Snippets Groups Projects
Commit e515c2d3 authored by Kaushik Kulkarni's avatar Kaushik Kulkarni
Browse files

do not force actx_class interface upon all array context factories

parent b8de351b
No related branches found
No related tags found
No related merge requests found
......@@ -51,10 +51,6 @@ class PytestPyOpenCLArrayContextFactory:
"""
self.device = device
@property
def actx_class(self):
raise NotImplementedError
def get_command_queue(self):
# Get rid of leftovers from past tests.
# CL implementations are surprisingly limited in how many
......
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