# HG changeset patch # User luca_milaz # Date 1728836847 0 # Node ID 69190617d1eac2aa2ce1c748024f4eb2190f0011 # Parent 734cc52537daa485444b639c1069b9425d18b0d1 Uploaded diff -r 734cc52537da -r 69190617d1ea COBRAxy/ras_to_bounds.py --- a/COBRAxy/ras_to_bounds.py Sun Oct 13 16:17:42 2024 +0000 +++ b/COBRAxy/ras_to_bounds.py Sun Oct 13 16:27:27 2024 +0000 @@ -178,6 +178,9 @@ pd.DataFrame: DataFrame containing the bounds of reactions in the model. """ rxns_ids = [rxn.id for rxn in model.reactions] + + warning(str(model.reactions.get_by_id("EX_Lcystin_e").lower_bound)) + warning(str(model.reactions.get_by_id("EX_Lcystin_e").upper_bound)) # Set medium conditions for reaction, value in medium.items():