We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22ad8e commit c22e9deCopy full SHA for c22e9de
1 file changed
cuda_core/tests/test_utils.py
@@ -148,7 +148,7 @@ def _cpu_array_samples():
148
return samples
149
150
151
-@pytest.mark.parametrize("in_arr,", _cpu_array_samples())
+@pytest.mark.parametrize("in_arr", _cpu_array_samples())
152
class TestViewCPU:
153
def test_args_viewable_as_strided_memory_cpu(self, in_arr):
154
@args_viewable_as_strided_memory((0,))
0 commit comments