Skip to content

Commit

Permalink
removing todo comment in metabolism CART as it is addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
allison-li-1016 committed Jan 21, 2025
1 parent 5db3cd8 commit 629ffe6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public PatchProcessMetabolismCART(PatchCell cell) {
names = Arrays.asList(intNames);

// Set loaded parameters.
// TODO: pull metabolic preference from distribution
Parameters parameters = cell.getParameters();
metaPref = parameters.getDouble("metabolism/METABOLIC_PREFERENCE");
conversionFraction = parameters.getDouble("metabolism/CONVERSION_FRACTION");
Expand Down

0 comments on commit 629ffe6

Please sign in to comment.