From 4ad0df0784b217519b60c6dbf6d824d594bd4c5f Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Wed, 17 Jan 2024 16:22:49 +0100
Subject: [PATCH] worktable have been renamed

---
 jass/test/test_plots.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jass/test/test_plots.py b/jass/test/test_plots.py
index 86a2d595..64bb57e3 100644
--- a/jass/test/test_plots.py
+++ b/jass/test/test_plots.py
@@ -18,7 +18,7 @@ class TestPlots(JassTestCase):
     def setUp(self):
         # Create a temporary directory
         self.test_dir = tempfile.mkdtemp()
-        self.worktable_hdf_path = self.get_file_path_fn("worktable.hdf5")
+        self.worktable_hdf_path = self.get_file_path_fn("worktable-withnans.hdf5")
         self.global_plot_path = os.path.join(self.test_dir, "global_manhattan.png")
 
     def tearDown(self):
-- 
GitLab