Skip to content
Snippets Groups Projects
Commit d50a3c1a authored by Federico Felici's avatar Federico Felici Committed by Cristian Galperti
Browse files

fix expected output value following model change

parent 1580a76c
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ result = sim(SimIn);
% check output port data
tp = SCDalgo_template_loadtp;
output = result.SimOut{1}.Values.SCDsignal_example_3.Value;
assert(max(output) == tp.gain,'Wrong output!');
assert(max(output) == 7,'Wrong output!');
% check logs which contain a SCDsignal type data
logsout = result.logsout;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment