Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rdemaria committed Oct 27, 2023
1 parent e42c23b commit ddfd18b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_shared_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

def test_shared_memory():
for test_context in xo.context.get_test_contexts():

print(repr(test_context))

if isinstance(test_context, xo.ContextCupy):
test_context.default_block_size = 2
test_context.default_shared_mem_size_bytes = (
Expand Down Expand Up @@ -68,7 +66,6 @@ class TestElement(xo.HybridClass):
def __init__(
self, _context=None, _buffer=None, _offset=None, _xobject=None
):

if _xobject is not None:
self.xoinitialize(
_xobject=_xobject,
Expand Down

0 comments on commit ddfd18b

Please sign in to comment.