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

harness test passing

parent f316db0a
Branches
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
......@@ -40,8 +40,8 @@ result = sim(SimIn);
% check output port data
tp = SCDalgo_template_loadtp;
output = result.SimOut{1}.Values.single_scalar;
assert(max(output.Data) == tp.gain,'Wrong output!');
output = result.SimOut{1}.Values.SCDsignal_example_3.Value;
assert(max(output) == tp.gain,'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.
Please to comment