Skip to content

Commit

Permalink
EditTests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Nov 28, 2023
1 parent 74c07fd commit c7107c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ def test_extract_contour_lines_from_raster_crs_type():
with pytest.raises(TypeError):
extract_contour_lines_from_raster(raster=np.zeros(16).reshape(4, 4), extent=[0, 1, 0, 1], crs=[])


@pytest.mark.skip(reason="Currently fails due to corrupt input file")
def test_extract_contour_lines_from_raster_output():
from gemgis.raster import extract_contour_lines_from_raster

Expand Down
2 changes: 2 additions & 0 deletions tests/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ def test_load_wms_as_array_error():

# Testing load_wfs
###########################################################
@pytest.mark.skip(reason="no way of currently testing this")
def test_load_wfs():
from gemgis.web import load_wfs

Expand Down Expand Up @@ -553,6 +554,7 @@ def test_load_wfs():

# Testing load_as_gpd
###########################################################
@pytest.mark.skip(reason="no way of currently testing this")
def test_load_as_gpd():
from gemgis.web import load_as_gpd

Expand Down

0 comments on commit c7107c5

Please sign in to comment.