Skip to content

Commit

Permalink
Update osenseStr handling for "min" osense
Browse files Browse the repository at this point in the history
  • Loading branch information
farid-zare authored Jan 8, 2025
1 parent 59b565e commit 5519dc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/analysis/FBA/optimizeCbModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@
allowLoops=1;
end
end
else
% Handle osenseStr when it's a string (e.g., 'min' or 'max')
model.osenseStr = osenseStr;
end
end
% % override if osenseStr already in the model
Expand Down

0 comments on commit 5519dc8

Please sign in to comment.