Skip to content

Commit

Permalink
remove experiment annotation from 2 partial models
Browse files Browse the repository at this point in the history
this closes issue modelica-3rdparty#97
  • Loading branch information
thorade committed Nov 27, 2023
1 parent 8f5df11 commit 391cd78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modelica/ExternalMedia/Test.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,6 @@ package Test "Test models for the different solvers"
// Steady state equations
der(medium.p) = 0;
der(medium.h) = 0;
annotation (experiment(StopTime=80, Tolerance=1e-007));
end TestBasePropertiesDynamic;

partial model CompareModelicaTestMedium
Expand Down Expand Up @@ -1667,7 +1666,7 @@ package Test "Test models for the different solvers"
V=0.1,
redeclare package Medium = Medium,_h1=h_in)
annotation (Placement(transformation(extent={{0,20},{20,40}})));
annotation (experiment(StopTime=80, Tolerance=1e-007));

end TestRunner;

model TestRunnerTwoPhase
Expand Down

0 comments on commit 391cd78

Please sign in to comment.