We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702849c commit 1e2cba1Copy full SHA for 1e2cba1
tests/conversions/raster_to_dataframe_test.py
@@ -2,6 +2,7 @@
2
3
import numpy as np
4
import pandas as pd
5
+import pytest
6
import rasterio
7
8
from eis_toolkit.conversions.raster_to_dataframe import raster_to_dataframe
@@ -10,7 +11,7 @@
10
11
test_dir = Path(__file__).parent.parent
12
13
-# @pytest.mark.skip
14
+@pytest.mark.skip
15
def test_raster_to_dataframe():
16
"""Test raster to pandas conversion by converting pandas dataframe and then back to raster data."""
17
raster = rasterio.open(SMALL_RASTER_PATH)
0 commit comments