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
During the profiling of the model 'Modelica_4.0.0/files/Modelica_4.0.0_Modelica.Electrical.Analog.Examples.HeatingNPN_NORGate.err-' , in step 'Find min-max values of used variables' occurs an ArgumentError, that the auxiliary variable $cse1 is not found in the data frame.
A similar error appears for pre-variables, here is an example of the model 'Modelica_4.0.0/files/Modelica_4.0.0_Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines.SMEE_LoadDump.err-':
model IEEE_14_Buses
extends OpenIPSL.Examples.IEEE14.IEEE_14_Buses;
annotation(
uses(
OpenIPSL(version="3.0.1")),
experiment(
StopTime=10,
Interval=0.001,
Tolerance=1e-06));
end IEEE_14_Buses;
with omc v1.21.0-dev-216-ge469b0cb37-cmake and it still seems to have trouble with cse variables. Problem is not only when a cse variable is a iteration variable but when it is used at all inside the loop. But I guess it is fixable.
During the profiling of the model 'Modelica_4.0.0/files/Modelica_4.0.0_Modelica.Electrical.Analog.Examples.HeatingNPN_NORGate.err-' , in step 'Find min-max values of used variables' occurs an ArgumentError, that the auxiliary variable
$cse1
is not found in the data frame.A similar error appears for pre-variables, here is an example of the model 'Modelica_4.0.0/files/Modelica_4.0.0_Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SynchronousMachines.SMEE_LoadDump.err-':
The text was updated successfully, but these errors were encountered: