From a475f96acde1fbacde46dbb8b516d48422d31002 Mon Sep 17 00:00:00 2001
From: David Robert Verelst <dave@dtu.dk>
Date: Tue, 4 Apr 2017 18:22:27 +0200
Subject: [PATCH] prepost.dlcplots: be consistent with order of arguments

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

diff --git a/wetb/prepost/dlcplots.py b/wetb/prepost/dlcplots.py
index 9e347587..4c689434 100644
--- a/wetb/prepost/dlcplots.py
+++ b/wetb/prepost/dlcplots.py
@@ -52,7 +52,7 @@ plt.rc('legend', numpoints=1)
 plt.rc('legend', borderaxespad=0)
 
 
-def merge_sim_ids(post_dirs, sim_ids, post_dir_save=False):
+def merge_sim_ids(sim_ids, post_dirs, post_dir_save=False):
     """
     """
     # map the run_dir to the same order as the post_dirs, labels
-- 
GitLab