# HG changeset patch # User francesco_lapi # Date 1722004770 0 # Node ID 3d7b4c7372342bd5fc9bbe5790e3a3ae379ba784 # Parent 9e68176e6b2aa7d7ad3a5725e999396f9f9dc990 Uploaded diff -r 9e68176e6b2a -r 3d7b4c737234 marea_2/marea.py --- a/marea_2/marea.py Fri Jul 26 13:28:03 2024 +0000 +++ b/marea_2/marea.py Fri Jul 26 14:39:30 2024 +0000 @@ -505,7 +505,7 @@ reactionId = reactionId[:-3] # Remove "_RV" inversionScore = (values[3] < 0) + (values[4] < 0) # Compacts the signs of averages into 1 easy to check score - if inversionScore == 2: foldChange *= -1 + #if inversionScore == 2: foldChange *= -1 # ^^^ Style the inverse direction with the opposite sign netValue # If the score is 1 (opposite signs) we use alternative colors vvv