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
Copy file name to clipboardExpand all lines: testmodel.py
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,7 @@ def createOmcSessionNew():
235
235
236
236
outputFormat="mat"
237
237
referenceVars=[]
238
+
numberOfIntervalsInReference=0
238
239
referenceFile=conf.get("referenceFile") or""
239
240
ifreferenceFile!="":
240
241
try:
@@ -243,8 +244,10 @@ def createOmcSessionNew():
243
244
referenceVars=[s.strip() forsinopen(compSignals).readlines() if (s.strip() !="")] # s.strip().lower() != "time" and ??? I guess we should check time variable...
0 commit comments