Skip to content

Commit a1f7031

Browse files
committed
removed pragma
1 parent 38c8b3a commit a1f7031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
grad_dtypes = [torch.float, torch.double]
99

1010
devices = [torch.device('cpu')]
11-
if torch.cuda.is_available(): # pragma: no cover
11+
if torch.cuda.is_available():
1212
devices += [torch.device('cuda:{}'.format(torch.cuda.current_device()))]
1313

1414

0 commit comments

Comments
 (0)