Skip to content

Commit ef0ef47

Browse files
EdCauntmloubout
authored andcommitted
misc: Flake8
1 parent 64d1e73 commit ef0ef47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devito/operator/operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ def _visible_devices(self):
14091409
continue
14101410

14111411
return {}
1412-
1412+
14131413
@cached_property
14141414
def _physical_deviceid(self):
14151415
if isinstance(self.platform, Device):

tests/test_gpu_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_visible_devices(self, env_variables):
108108
# Make sure the switchenv doesn't somehow persist
109109
assert dict(os.environ) == previous_environ
110110

111-
# Check that physical deviceid is 0 when no environment variables set
111+
# Check that physical deviceid is 0 when no environment variables set
112112
op2 = Operator(eq)
113113

114114
argmap2 = op2.arguments()

0 commit comments

Comments
 (0)