Commit 667f4791 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

[Do not merge](test) (#270)

* Homogenize the subpixel API and fix/suppress warnings in tests

* Weird init issue causing tests to fail?

* Removed whitespace to test formatting bot

* Updates env for successful builds
parent 9a3c76d5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1270,4 +1270,3 @@ class CandidateGraph(nx.Graph):
        http://grail.cs.washington.edu/projects/bal/
        """
        pass
+20 −13
Original line number Diff line number Diff line
@@ -4,21 +4,28 @@ channels:
  - usgs-astrogeology
  - menpo
dependencies:
  - python=3
  - numpy
  - scipy
  - scikit-image
  - opencv
  - vlfeat
  - cyvlfeat
  - python >= 3
  - coveralls
  - csmapi
  - networkx
  - pillow
  - plio
  - ncurses
  - cyvlfeat
  - geoalchemy2
  - geopandas
  - imageio
  - knoten
  - ncurses
  - networkx
  - numpy
  - opencv
  - pillow
  - pip:
    - redis
  - plio >= 1.1.0
  - plurmy
  - pyproj
  - pytest
  - pytest-cov
  - coveralls
  - anaconda-client
  - scikit-image
  - scipy
  - shapely
  - sqlalchemy
  - vlfeat
 No newline at end of file