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 74613eb commit 57b26ffCopy full SHA for 57b26ff
dpctl/tests/test_sycl_queue_manager.py
@@ -29,8 +29,7 @@
29
class TestGetNumPlatforms(unittest.TestCase):
30
@unittest.skipIf(not dpctl.has_sycl_platforms(), "No SYCL platforms available")
31
def test_dpctl_get_num_platforms(self):
32
- if dpctl.has_sycl_platforms:
33
- self.assertGreaterEqual(dpctl.get_num_platforms(), 1)
+ self.assertGreaterEqual(dpctl.get_num_platforms(), 1)
34
35
36
0 commit comments