Mercurial > repos > bimib > marea_2
changeset 203:f2be75f8ef60 draft
Uploaded
| author | francesco_lapi | 
|---|---|
| date | Wed, 31 Jul 2024 14:57:06 +0000 | 
| parents | d886680b8828 | 
| children | 4f40b848d55a | 
| files | marea_2/flux_to_map.py | 
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] | 
line wrap: on
 line diff
--- a/marea_2/flux_to_map.py Wed Jul 31 14:52:21 2024 +0000 +++ b/marea_2/flux_to_map.py Wed Jul 31 14:57:06 2024 +0000 @@ -502,10 +502,10 @@ print(f'3') except ZeroDivisionError: pass - if not reactionId.endswith("_RV"): # RV stands for reversible reactions - Arrow(width, ArrowColor.fromFoldChangeSign(foldChange)).styleReactionElements(metabMap, reactionId) - print(f'4') - continue + #if not reactionId.endswith("_RV"): # RV stands for reversible reactions + # Arrow(width, ArrowColor.fromFoldChangeSign(foldChange)).styleReactionElements(metabMap, reactionId) + # print(f'4') + # continue #reactionId = reactionId[:-3] # Remove "_RV"
