Skip to content

Commit

Permalink
debugging comment deleted from MembraneSector
Browse files Browse the repository at this point in the history
  • Loading branch information
titaniasugiarto committed Jan 14, 2025
1 parent f141bc7 commit 320f7b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/PAModelpy/MembraneSector.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ def _add_membrane_constraint(self, model):
model.solver.update()
occupied_membrane.set_linear_coefficients(coefficients=coefficients)

# # Debugging
# for rxn, lb in model.rxn_old_bounds_lb.items():
# model.reactions.get_by_id(rxn).lower_bound = lb
#
# for rxn, ub in model.rxn_old_bounds_ub.items():
# model.reactions.get_by_id(rxn).upper_bound = ub

def calculate_occupied_membrane(self, model):
occupied_membrane = 0

Expand Down

0 comments on commit 320f7b8

Please sign in to comment.