Skip to content

Commit a7a2721

Browse files
authored
Add a missing space in a message
1 parent 1b15204 commit a7a2721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepxde/backend/pytorch/tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
except Exception as e:
4646
import warnings
4747
warnings.warn(
48-
f'An MPS GPU has been detected, but cannot be used.'
48+
f'An MPS GPU has been detected, but cannot be used. '
4949
f'Falling back to CPU.\nThe exception message is:\n {e}'
5050
)
5151
torch.set_default_device(fallback_device)

0 commit comments

Comments
 (0)