Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis authored Jan 3, 2024
1 parent 15da14c commit 295c21d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions momepy/tests/test_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ def test_Orientation(self):
assert self.df_buildings["orient"][0] == pytest.approx(check, abs=1e-3)

self.df_streets["orient"] = mm.Orientation(self.df_streets).series
# check = 40.7607
check = 0
check = 40.7607
assert self.df_streets["orient"][0] == pytest.approx(check)

def test_SharedWalls(self):
Expand Down

0 comments on commit 295c21d

Please sign in to comment.