Skip to content

Commit

Permalink
no dtype check to make windows green
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Nov 10, 2023
1 parent 7672131 commit 77bd0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpysal/graph/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,4 +957,4 @@ def test_subgraph(self):
names=["focal", "neighbor"],
),
)
pd.testing.assert_series_equal(expected, sub._adjacency)
pd.testing.assert_series_equal(expected, sub._adjacency, check_dtype=False)

0 comments on commit 77bd0ff

Please sign in to comment.