Skip to content

Commit

Permalink
- [META] small change to try unlock this
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Nov 12, 2021
1 parent 152b0f4 commit ad5a6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interfaces/test_to_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_wells_to_binary(wells):
new_file.write(bytearray_le)


@pytest.mark.skipif(GEOPANDAS_IMPORTED is False, reason="Geopandas is not imported" )
@pytest.mark.skipif(GEOPANDAS_IMPORTED is False, reason="Geopandas is not imported " )
def test_profile_to_binary(data_path):
traces = gpd.read_file(data_path + '/profiles/Traces.shp')
v, e = create_mesh_from_trace(traces.loc[0, 'geometry'], traces.loc[0, 'zmax'],
Expand Down

0 comments on commit ad5a6d2

Please sign in to comment.