From 684a704826f84eb28fd9457ee091282a1b0b56d2 Mon Sep 17 00:00:00 2001
From: David Robert Verelst <dave@dtu.dk>
Date: Thu, 1 Mar 2018 19:58:31 +0100
Subject: [PATCH] prepost.Simulations: poor naming scheme results in stupid
 errors

---
 wetb/prepost/Simulations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py
index 03ab43f..083947a 100755
--- a/wetb/prepost/Simulations.py
+++ b/wetb/prepost/Simulations.py
@@ -3836,7 +3836,7 @@ class Cases(object):
             self.cases_fail[cname] = copy.copy(self.cases[cname])
 
         if rem_failed:
-            self.rem_failed()
+            self.remove_failed()
 
         if save:
             save_pickle(os.path.join(self.post_dir, self.sim_id + '_fail.pkl'),
-- 
GitLab