You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("| info | loadLibrary() failed, Unknown type detected: ", element , " is of type ", type(element), ", The following patterns are supported\n1)[\"Modelica\"]\n2)[(\"Modelica\",\"3.2.3\"), \"PowerSystems\"]\n")
909
+
## Show notification or warnings to the user when verbose=True OR if some error occurred i.e., not result
910
+
ifverboseornotresult:
911
+
print(self.requestApi('getErrorString'))
921
912
922
913
defsetTempDirectory(self):
923
914
# create a unique temp directory for each session and build the model in that directory
0 commit comments