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 0a7c60f commit 3599257Copy full SHA for 3599257
pytensor/configdefaults.py
@@ -4,7 +4,6 @@
4
import platform
5
import re
6
import shutil
7
-import socket
8
import sys
9
import textwrap
10
from pathlib import Path
@@ -1190,7 +1189,7 @@ def _get_home_dir() -> Path:
1190
1189
"pytensor_version": pytensor.__version__,
1191
"numpy_version": np.__version__,
1192
"gxx_version": "xxx",
1193
- "hostname": socket.gethostname(),
+ "hostname": platform.node(),
1194
}
1195
1196
0 commit comments