Skip to content

Commit

Permalink
Updates based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaura committed Apr 2, 2024
1 parent 5d0324b commit a869891
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
auto-activate-base: false
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Add test requirements
run: |
pip install -r requirements_test.txt
- name: Check build environment
run: |
conda list
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies:
- plotly-orca
- psutil
- pvl
- pytest
- pytest-xdist
- pyproj
- kalasiris
- python>=3
Expand Down
2 changes: 1 addition & 1 deletion knoten/csm.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def generate_ground_point(dem, image_pt, camera):
GeoDataset object generated from Plio off of a Digital Elevation
Model (DEM)
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
USGSCSM camera model object
max_its : int, optional
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- python
- setuptools
run:
- ale>=0.3.2
- ale>=0.10.0
- python
- csmapi>=1.0
- gdal>=3.0.0
Expand All @@ -34,7 +34,7 @@ requirements:
- requests
- scipy
- shapely
- usgscsm>=1.3.1
- usgscsm>=2.0

test:
imports:
Expand Down
2 changes: 0 additions & 2 deletions requirements_test.txt

This file was deleted.

0 comments on commit a869891

Please sign in to comment.