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
EnMAP
GFZ_Tools_EnMAP_BOX
EnPT
Commits
7dbbe6c8
Commit
7dbbe6c8
authored
Mar 12, 2020
by
Daniel Scheffler
Browse files
Fixed test_enpt CI job.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
c4cd6f54
Pipeline
#7257
passed with stage
in 48 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7dbbe6c8
...
...
@@ -40,8 +40,10 @@ test_enpt:
# - python setup.py install
# - cd ../../
# install sensormapgeo
-
pip install sensormapgeo>=0.2.1
# TODO: remove when included in docker container
# install sensormapgeo, mvgavg
# TODO: remove when included in docker container
-
pip install sensormapgeo>=0.2.1
-
pip install mvgavg
# run nosetests
-
make nosetests
# test are called here
...
...
@@ -108,9 +110,6 @@ test_enpt_install:
# - make install
-
cd ../../
# install sensormapgeo
-
pip install sensormapgeo>=0.2.1
# TODO: remove when included in docker container
# install enpt
-
pip install -e .
-
cd ..
...
...
enpt/processors/orthorectification/orthorectification.py
View file @
7dbbe6c8
...
...
@@ -223,6 +223,7 @@ class VNIR_SWIR_Stacker(object):
:param filterwidth: number of bands to be included in the averaging - must be an uneven number
"""
# FIXME this has to respect nodata values - especially for pixels where one detector has no data.
data_stacked
=
self
.
_get_stack_order_by_wvl
()[
0
]
# get wavelenghts and indices of overlapping bands
...
...
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