Skip to content

Commit

Permalink
Update ohsome/test/test_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christina Ludwig <christina.ludwig@uni-heidelberg.de>
  • Loading branch information
SlowMo24 and redfrexx authored Nov 17, 2023
1 parent ceb7e11 commit 00807f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ohsome/test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_format_bcircles_list(base_client):
@pytest.mark.vcr
def test_format_bcircles_pandas(base_client):
"""
Test whether a GeoDataFrame object given as 'bcircles' is formatted correctly.
Test whether a pandas.DataFrame object given as 'bcircles' is formatted correctly.
:return:
"""
bcircles = gpd.read_file(f"{script_path}/data/points.geojson")
Expand Down

0 comments on commit 00807f2

Please sign in to comment.