From c38080974fcbb93e8e9a1f8b54b2a5b14cc365d9 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Thu, 21 Apr 2022 22:12:57 +0200
Subject: [PATCH] Polish

---
 cost_function.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cost_function.py b/cost_function.py
index 55536e89..bb5ea813 100755
--- a/cost_function.py
+++ b/cost_function.py
@@ -270,8 +270,8 @@ for edge in g.edges():
         Delta_Ro = g.vp.last_av_ros[source_node] \
             - g.vp.first_av_ros[target_node]
     else:
-        print("At least one of the rossbies is invalid.")
-        #Delta_Ro = delta_ro_mean
+        # At least one of the rossbies is invalid.
+        # Delta_Ro = delta_ro_mean
         Delta_Ro = 0
 
     # Calculate the second term
-- 
GitLab