Skip to content
Snippets Groups Projects
Commit a8698912 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Updates based on review comments

parent 5d0324b2
No related branches found
No related tags found
No related merge requests found
...@@ -33,9 +33,6 @@ jobs: ...@@ -33,9 +33,6 @@ jobs:
auto-activate-base: false auto-activate-base: false
auto-update-conda: true auto-update-conda: true
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Add test requirements
run: |
pip install -r requirements_test.txt
- name: Check build environment - name: Check build environment
run: | run: |
conda list conda list
......
...@@ -19,6 +19,8 @@ dependencies: ...@@ -19,6 +19,8 @@ dependencies:
- plotly-orca - plotly-orca
- psutil - psutil
- pvl - pvl
- pytest
- pytest-xdist
- pyproj - pyproj
- kalasiris - kalasiris
- python>=3 - python>=3
......
...@@ -127,7 +127,7 @@ def generate_ground_point(dem, image_pt, camera): ...@@ -127,7 +127,7 @@ def generate_ground_point(dem, image_pt, camera):
GeoDataset object generated from Plio off of a Digital Elevation GeoDataset object generated from Plio off of a Digital Elevation
Model (DEM) Model (DEM)
image_pt : tuple image_pt : tuple
Pair of x, y (line, sample) coordinates in pixel space Pair of x, y (sample, line) coordinates in pixel space
camera : object camera : object
USGSCSM camera model object USGSCSM camera model object
max_its : int, optional max_its : int, optional
......
...@@ -23,7 +23,7 @@ requirements: ...@@ -23,7 +23,7 @@ requirements:
- python - python
- setuptools - setuptools
run: run:
- ale>=0.3.2 - ale>=0.10.0
- python - python
- csmapi>=1.0 - csmapi>=1.0
- gdal>=3.0.0 - gdal>=3.0.0
...@@ -34,7 +34,7 @@ requirements: ...@@ -34,7 +34,7 @@ requirements:
- requests - requests
- scipy - scipy
- shapely - shapely
- usgscsm>=1.3.1 - usgscsm>=2.0
test: test:
imports: imports:
......
pytest
pytest-xdist
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment