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
3ae0d6ba
Commit
3ae0d6ba
authored
Oct 04, 2021
by
Henri Payno
Browse files
update import for ows_to_ewoks
parent
400e7a09
Pipeline
#55866
failed with stages
in 4 minutes and 48 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
est/app/process.py
View file @
3ae0d6ba
...
...
@@ -3,7 +3,7 @@ import sys
import
logging
from
est.io.utils.information
import
InputInformation
from
est.io.utils.information
import
SpecInputInformation
from
ewoksorange.
owsconvert
import
ows_to_ewoks
from
ewoksorange.
bindings
import
ows_to_ewoks
from
.utils
import
get_unit
from
.utils
import
get_url
from
.utils
import
convert_spectra_dims
...
...
est/app/test/test_exec.py
View file @
3ae0d6ba
...
...
@@ -31,7 +31,7 @@ import unittest
import
tempfile
import
shutil
from
est.core.utils
import
DownloadDataset
from
ewoksorange.
owsconvert
import
ows_to_ewoks
from
ewoksorange.
bindings
import
ows_to_ewoks
import
os
from
est.io.utils.information
import
InputInformation
from
silx.io.url
import
DataUrl
...
...
est/test/test_ewoks.py
View file @
3ae0d6ba
...
...
@@ -28,7 +28,7 @@ __license__ = "MIT"
__date__
=
"20/07/2021"
from
ewoksorange.
owsconvert
import
ows_to_ewoks
,
ewoks_to_ows
from
ewoksorange.
bindings
import
ows_to_ewoks
,
ewoks_to_ows
from
ewokscore.graph
import
TaskGraph
from
est.core.utils
import
DownloadDataset
import
unittest
...
...
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