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
geomultisens
gms_preprocessing
Commits
52c15f2d
Commit
52c15f2d
authored
Sep 17, 2020
by
Daniel Scheffler
Browse files
Included SICOR download_tables into test_gms_preprocessing.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
db3f8e05
Pipeline
#12612
failed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
52c15f2d
...
...
@@ -32,8 +32,14 @@ test_gms_preprocessing:
# - cd ../../
# make tests
-
pip install -U sicor
-
python -c '\
from sicor.tables import get_tables; \
get_tables(sensor="s2"); \
get_tables(sensor="l8"); \
get_tables(sensor="enmap", \
optional_downloads=("ch4",))\
'
-
pip install natsort
# TODO remove as soon as docker container is rebuilt
-
pip install 'scipy==1.1.0'
# TODO remove as soon as pinning is included in SICOR requirements or SICOR issue #63 is fixed
# run tests
...
...
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