mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-09 11:22:50 +08:00
TST: Add tests for 'not in' GeoSeries
This commit is contained in:
@@ -65,6 +65,8 @@ class TestSeries(unittest.TestCase):
|
||||
assert self.sq in self.g1
|
||||
assert self.t1 in self.a1
|
||||
assert self.t2 in self.g3
|
||||
assert self.sq not in self.g3
|
||||
assert 5 not in self.g3
|
||||
|
||||
def test_boundary(self):
|
||||
l1 = LineString([(0, 0), (1, 0), (1, 1), (0, 0)])
|
||||
|
||||
Reference in New Issue
Block a user