We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7cf07 commit 21f4337Copy full SHA for 21f4337
python/test/test_tensor_types.py
@@ -82,7 +82,7 @@ def test_type_float_double_incorrect():
82
83
assert np.all(tensor_out.data() != arr_in_a * arr_in_b)
84
85
-@pytest.mark.skipif("swiftshader" in os.environ.get("VK_ICD_FILENAMES"),
+@pytest.mark.skipif("swiftshader" in os.environ.get("VK_ICD_FILENAMES", ""),
86
reason="Swiftshader doesn't support double")
87
def test_type_double():
88
0 commit comments