Commit a8698912 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Updates based on review comments

parent 5d0324b2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ dependencies:
  - plotly-orca 
  - psutil 
  - pvl
  - pytest
  - pytest-xdist
  - pyproj
  - kalasiris
  - python>=3
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ requirements:
    - python
    - setuptools
  run:
    - ale>=0.3.2
    - ale>=0.10.0
    - python
    - csmapi>=1.0
    - gdal>=3.0.0
@@ -34,7 +34,7 @@ requirements:
    - requests
    - scipy
    - shapely
    - usgscsm>=1.3.1
    - usgscsm>=2.0

test:
  imports:

requirements_test.txt

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
pytest
pytest-xdist
 No newline at end of file