Skip to content

Commit

Permalink
add test error to check the action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis authored Jan 3, 2024
1 parent f153e5b commit 15da14c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion momepy/tests/test_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ 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 = 40.7607
check = 0
assert self.df_streets["orient"][0] == pytest.approx(check)

def test_SharedWalls(self):
Expand Down

0 comments on commit 15da14c

Please sign in to comment.