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.
2 parents e195305 + 841c48b commit 3db0000Copy full SHA for 3db0000
src/ansys/dyna/core/solver/dynasolver.py
@@ -64,7 +64,7 @@ class DynaSolver:
64
"""
65
66
# logger = None
67
- def __init__(self, hostname=None, port=None, channel=None, server_path=""):
+ def __init__(self, hostname="localhost", port="5000", channel=None, server_path=""):
68
"""Create a client instance connected to the host name (or IP address) and port."""
69
self.hostname = hostname
70
self.port = port
0 commit comments