We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a4b3c commit d2856ccCopy full SHA for d2856cc
cuda_bindings/tests/test_graphics_apis.py
@@ -23,7 +23,7 @@ def test_graphics_api_smoketest():
23
if error_name == "cudaSuccess":
24
assert int(gfx_resource) != 0
25
else:
26
- assert error_name in ("cudaErrorInvalidValue", "cudaErrorUnknown", 'cudaErrorOperatingSystem')
+ assert error_name in ("cudaErrorInvalidValue", "cudaErrorUnknown", "cudaErrorOperatingSystem")
27
28
29
def test_cuda_register_image_invalid():
0 commit comments