We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152b0f4 commit ad5a6d2Copy full SHA for ad5a6d2
tests/test_interfaces/test_to_binary.py
@@ -40,7 +40,7 @@ def test_wells_to_binary(wells):
40
new_file.write(bytearray_le)
41
42
43
-@pytest.mark.skipif(GEOPANDAS_IMPORTED is False, reason="Geopandas is not imported" )
+@pytest.mark.skipif(GEOPANDAS_IMPORTED is False, reason="Geopandas is not imported " )
44
def test_profile_to_binary(data_path):
45
traces = gpd.read_file(data_path + '/profiles/Traces.shp')
46
v, e = create_mesh_from_trace(traces.loc[0, 'geometry'], traces.loc[0, 'zmax'],
0 commit comments