Skip to content

Commit 56dfbed

Browse files
committed
play with test
1 parent 7192ef2 commit 56dfbed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MATLAB/TEST_plugin.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
IK_mot_file = '../tests/MFD_tests/testKinematics_file.mot';
1515
MFD_sto_file = './test_results/test1.sto';
1616
bodyOfInterest_name = 'MovingBody';
17-
bodyExpressResultsIn_name = [];
17+
bodyExpressResultsIn_name = 'ground';
1818
effec_att = 'false';
1919
test_input = [];
20-
vis_on = 'true';
20+
vis_on = 'false';
2121

2222
validated_results_folder = '../_test_data/MFD_tests/validated_res';
2323

@@ -70,8 +70,8 @@
7070
osimModel_name = '../test_data/Arm26/arm26.osim';
7171
IK_mot_file = '../test_data/Arm26/elbow_flexion.mot';
7272
bodyOfInterest_name = 'r_humerus';
73-
bodyExpressResultsIn_name = [];
74-
effective_attachm = 'true';
73+
bodyExpressResultsIn_name = 'ground';
74+
effective_attachm = 'false';
7575
test_input = [];
7676
%
7777
%

0 commit comments

Comments
 (0)