Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jul 11, 2024
1 parent 658ebe3 commit 77f38e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libpysal/graph/tests/test_spatial_lag.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_ties_raise(self):
_lag_spatial(self.gc, self.yc, categorical=True)

def test_categorical_custom_index(self):
expceted = np.array(["bar", "foo", "bar", "foo"])
expected = np.array(["bar", "foo", "bar", "foo"])
np.testing.assert_array_equal(
expceted, self.g.lag(["foo", "bar", "foo", "foo"])
expected, self.g.lag(["foo", "bar", "foo", "foo"])
)

0 comments on commit 77f38e1

Please sign in to comment.