Loading .github/workflows/ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading environment.yml +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ dependencies: - plotly-orca - psutil - pvl - pytest - pytest-xdist - pyproj - kalasiris - python>=3 Loading knoten/csm.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading recipe/meta.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ requirements: - python - setuptools run: - ale>=0.3.2 - ale>=0.10.0 - python - csmapi>=1.0 - gdal>=3.0.0 Loading @@ -34,7 +34,7 @@ requirements: - requests - scipy - shapely - usgscsm>=1.3.1 - usgscsm>=2.0 test: imports: Loading requirements_test.txtdeleted 100644 → 0 +0 −2 Original line number Diff line number Diff line pytest pytest-xdist No newline at end of file Loading
.github/workflows/ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
environment.yml +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ dependencies: - plotly-orca - psutil - pvl - pytest - pytest-xdist - pyproj - kalasiris - python>=3 Loading
knoten/csm.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
recipe/meta.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ requirements: - python - setuptools run: - ale>=0.3.2 - ale>=0.10.0 - python - csmapi>=1.0 - gdal>=3.0.0 Loading @@ -34,7 +34,7 @@ requirements: - requests - scipy - shapely - usgscsm>=1.3.1 - usgscsm>=2.0 test: imports: Loading
requirements_test.txtdeleted 100644 → 0 +0 −2 Original line number Diff line number Diff line pytest pytest-xdist No newline at end of file