Skip to content
Snippets Groups Projects
Commit 4ad0df07 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

worktable have been renamed

parent c7abb5df
No related branches found
No related tags found
1 merge request!89Rework tests
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment