Skip to content

Commit

Permalink
ci(test): Ensure MoCap Kinematic test also run update values
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Apr 18, 2024
1 parent 0375684 commit b4ecb45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/AnyMocap/Test_ADL_Gait_MarkerTracking.any
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Main =
AnyOperationMacro LoadParam = {

MacroStr = {"classoperation Main " + strquote("Load Values") +" --file="
+ strquote("..\..\Application\MocapExamples\ADL_Gait_[beta]/Output\" + Main.ModelSetup.TrialSpecificData.LoadParametersFrom[0] + ".anyset")};
+ strquote("..\..\Application\MocapExamples\ADL_Gait_[beta]/Output/" + Main.ModelSetup.TrialSpecificData.LoadParametersFrom[0] + ".anyset")};
};
Template_OperationUpdateValues UpdateValues() = {};
AnyOperation& MarkerTracking = Main.RunAnalysis.MarkerTracking;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Main =
MacroStr = {"classoperation Main " + strquote("Load Values") +" --file="
+ strquote("..\..\Application\MocapExamples\Plug-in-gait_Simple\Output\FullBody_GaitNormal_1.anyset")};
};
Template_OperationUpdateValues UpdateValues() = {};
AnyOperation& MarkerTracking = Main.RunAnalysis.MarkerTracking;
};

Expand Down

0 comments on commit b4ecb45

Please sign in to comment.