Skip to content

Commit a7ba748

Browse files
with black around, forecast is overcast
1 parent a7d6356 commit a7ba748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/tests/test_sycl_usm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ def test_create_with_only_size(self):
206206
)
207207
def test_sycl_usm_array_interface(self):
208208
import sys
209-
if (self.MemoryUSMClass is MemoryUSMHost and
210-
sys.platform in ["win32", "cygwin"]):
209+
210+
if self.MemoryUSMClass is MemoryUSMHost and sys.platform in ["win32", "cygwin"]:
211211
# MemoryUSMHost.copy_to_host() hangs on Windows. TODO: investigate
212212
raise unittest.SkipTest
213213
m = self.MemoryUSMClass(256)

0 commit comments

Comments
 (0)