Skip to content

Commit

Permalink
Try to circumvent richdem issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed May 29, 2023
1 parent b0aeb16 commit ba3bc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dependencies:
- sphinx-autodoc-typehints
- sphinx-gallery
- pyyaml
# - richdem

- pip:
- -e ./
- richdem
# - git+https://github.com/GlacioHack/GeoUtils.git
1 change: 1 addition & 0 deletions tests/test_terrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def test_attribute_functions_against_gdaldem(self, attribute: str) -> None:
# Validate that this doesn't raise weird warnings after introducing nans.
functions[attribute](dem)

@pytest.mark.skip("richdem wheels don't build on latest GDAL versions, need to circumvent that problem...")
@pytest.mark.parametrize(
"attribute",
["slope_Horn", "aspect_Horn", "hillshade_Horn", "curvature", "profile_curvature", "planform_curvature"],
Expand Down

0 comments on commit ba3bc92

Please sign in to comment.