Skip to content

Commit 127f8d3

Browse files
committed
(test) print results test1 NOT WORKING
1 parent 7ad205d commit 127f8d3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

MATLAB/TEST_plugin.m

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,21 @@
1212
% verification
1313
osimModel_name = '../tests/MFD_tests/testModel.osim';
1414
IK_mot_file = '../tests/MFD_tests/testKinematics_file.mot';
15+
MFD_sto_file = './test_results/test1.sto';
1516
bodyOfInterest_name = 'MovingBody';
1617
bodyExpressResultsIn_name = [];
17-
effective_attachm = 'false';
18+
effec_att = 'false';
1819
test_input = [];
1920
vis_on = 'true';
2021

2122
validated_results_folder = '../_test_data/MFD_tests/validated_res';
2223

2324
res_anatAttach_local = getMuscleForceDirection(osimModel_name,...
2425
IK_mot_file,...
26+
MFD_sto_file,...
2527
bodyOfInterest_name,...
2628
bodyExpressResultsIn_name,...
27-
'false',...
29+
effec_att,...
2830
vis_on,...
2931
[]);
3032

0 commit comments

Comments
 (0)