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
No related merge requests found
...@@ -18,7 +18,7 @@ class TestPlots(JassTestCase): ...@@ -18,7 +18,7 @@ class TestPlots(JassTestCase):
def setUp(self): def setUp(self):
# Create a temporary directory # Create a temporary directory
self.test_dir = tempfile.mkdtemp() 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") self.global_plot_path = os.path.join(self.test_dir, "global_manhattan.png")
def tearDown(self): def tearDown(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment