Skip to content
GitLab
Menu
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
bd243cda
Commit
bd243cda
authored
May 07, 2021
by
payno
Browse files
[test] update path to dataset
parent
bcd5c671
Pipeline
#46440
passed with stages
in 14 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
est/app/test/test_exec.py
View file @
bd243cda
...
...
@@ -53,7 +53,9 @@ class TestWorkflowFromOwsFile(unittest.TestCase):
def
setUp
(
self
):
self
.
outputdir
=
tempfile
.
mkdtemp
()
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
.
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
.
Attach a 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