Commit 5dc4080c authored by rusty1s's avatar rusty1s
Browse files

typo

parent e661481d
...@@ -29,10 +29,7 @@ tests = [ ...@@ -29,10 +29,7 @@ tests = [
def rowptr(row, size): def rowptr(row, size):
if row.is_cuda: return (rowptr_cuda if row.is_cuda else rowptr_cpu).rowptr(row, size)
return rowptr_cuda.rowptr(row, size)
else:
return rowptr_cpu.rowptr(row, size)
@pytest.mark.parametrize('test,device', product(tests, devices)) @pytest.mark.parametrize('test,device', product(tests, devices))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment