Skip to content
Snippets Groups Projects
Commit d2118232 authored by payno's avatar payno
Browse files

[test] update path to dataset

parent 6b96f646
No related branches found
No related tags found
No related merge requests found
Pipeline #46437 passed
...@@ -53,7 +53,9 @@ class TestWorkflowFromOwsFile(unittest.TestCase): ...@@ -53,7 +53,9 @@ class TestWorkflowFromOwsFile(unittest.TestCase):
def setUp(self): def setUp(self):
self.outputdir = tempfile.mkdtemp() self.outputdir = tempfile.mkdtemp()
file_ = "pymca_workflow_2.ows" file_ = "pymca_workflow_2.ows"
DownloadDataset(dataset=file_, output_folder=self.outputdir, timeout=10.0) DownloadDataset(
dataset="ows_files/" + file_, output_folder=self.outputdir, timeout=10.0
)
self.orange_file = os.path.join(self.outputdir, file_) self.orange_file = os.path.join(self.outputdir, file_)
self.input_file1 = os.path.join(PYMCA_DATA_DIR, "EXAFS_Cu.dat") self.input_file1 = os.path.join(PYMCA_DATA_DIR, "EXAFS_Cu.dat")
self.output_file = os.path.join(self.outputdir, "output.h5") self.output_file = os.path.join(self.outputdir, "output.h5")
......
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