Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
ewoksapps
est
Commits
915509cf
Commit
915509cf
authored
Mar 15, 2021
by
payno
Browse files
[test][test_exec] update unit test since `pymca_workflow_2.ows` has been moved to ows_files
parent
b3c15714
Changes
1
Hide whitespace changes
Inline
Side-by-side
est/app/test/test_exec.py
View file @
915509cf
...
...
@@ -52,11 +52,9 @@ class TestWorkflowFromOwsFile(unittest.TestCase):
def
setUp
(
self
):
self
.
outputdir
=
tempfile
.
mkdtemp
()
file_
=
"pymca_workflow_2.ows"
DownloadDataset
(
dataset
=
"ows_files/"
+
file_
,
output_folder
=
self
.
outputdir
,
timeout
=
10.0
)
self
.
orange_file
=
os
.
path
.
join
(
self
.
outputdir
,
file_
)
file_
=
"ows_files/pymca_workflow_2.ows"
DownloadDataset
(
dataset
=
file_
,
output_folder
=
self
.
outputdir
,
timeout
=
2.0
)
self
.
orange_file
=
os
.
path
.
join
(
self
.
outputdir
,
"pymca_workflow_2.ows"
)
self
.
input_file1
=
os
.
path
.
join
(
PYMCA_DATA_DIR
,
"EXAFS_Cu.dat"
)
self
.
output_file
=
os
.
path
.
join
(
self
.
outputdir
,
"output.h5"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment