Skip to content

Commit

Permalink
Use excitation penalty
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTWilliams committed Jun 13, 2023
1 parent dc16caa commit 89844ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MuscleTendonPersonalization/Optimization/calcMtpCost.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
synxModeledValues, modeledValues, experimentalData, costTerm);
case "muscle_excitation_penalty"
cost = calcMuscleExcitationPenaltyCost( ...
synxModeledValues, experimentalData, costTerm);
synxModeledValues, experimentalData);%, costTerm);
otherwise
throw(MException('', 'Cost term %s is not valid for MTP', ...
costTerm.type))
Expand Down

0 comments on commit 89844ce

Please sign in to comment.