Skip to content

Commit

Permalink
fix the value
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Aug 21, 2023
1 parent b8c5fc5 commit 801be60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion momepy/tests/test_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_Alignment(self):
test_value = (
22.744936872392813
if Version(shapely.geos_version_string) < Version("3.12")
else 18.299481296
else 18.29842494
)
assert self.df_buildings["align_sw"][0] == pytest.approx(test_value)
sw_drop = Queen.from_dataframe(self.df_tessellation[2:], ids="uID")
Expand Down

0 comments on commit 801be60

Please sign in to comment.