Skip to content

Commit ea1c36d

Browse files
StachVStachV
authored andcommitted
Merge branch 'main' into VasStach_Concrete_bridge_example
2 parents e7ad42d + 274825e commit ea1c36d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RFEM/initModel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ def __init__(self,
153153

154154
cModel = Client(modelCompletePath, transport=trans, location = modelUrlPort, cache=connectionGlobals.ca, timeout=360)
155155

156+
cModel.service.delete_all_results()
157+
cModel.service.delete_all()
158+
156159
self.clientModelDct[model_name] = cModel
157160

158161
else:

0 commit comments

Comments
 (0)