Skip to content
Snippets Groups Projects
Commit b49ddaa7 authored by Henri Payno's avatar Henri Payno
Browse files

fix f849a471

parent 7cc9978e
No related branches found
No related tags found
No related merge requests found
Pipeline #69684 failed
...@@ -68,7 +68,7 @@ class TestWorkflowFromOwsFile(unittest.TestCase): ...@@ -68,7 +68,7 @@ class TestWorkflowFromOwsFile(unittest.TestCase):
def testPymcaExecWorkflow(self): def testPymcaExecWorkflow(self):
"""Test regarding the instantiation of the pymcaXAS""" """Test regarding the instantiation of the pymcaXAS"""
graph = ows_to_ewoks(filename=self.pymca_orange_file) graph = ows_to_ewoks(source=self.pymca_orange_file)
input_information = InputInformation( input_information = InputInformation(
spectra_url=DataUrl( spectra_url=DataUrl(
file_path=self.data_input_file, file_path=self.data_input_file,
...@@ -90,7 +90,7 @@ class TestWorkflowFromOwsFile(unittest.TestCase): ...@@ -90,7 +90,7 @@ class TestWorkflowFromOwsFile(unittest.TestCase):
def testLarchExecWorkflow(self): def testLarchExecWorkflow(self):
"""Test regarding the instantiation of the pymcaXAS""" """Test regarding the instantiation of the pymcaXAS"""
graph = ows_to_ewoks(filename=self.pymca_orange_file) graph = ows_to_ewoks(source=self.pymca_orange_file)
input_information = InputInformation( input_information = InputInformation(
spectra_url=DataUrl( spectra_url=DataUrl(
file_path=self.data_input_file, file_path=self.data_input_file,
......
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