We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eac0ad commit b987ffaCopy full SHA for b987ffa
1 file changed
data/src/test/test_validation.py
@@ -22,7 +22,7 @@ def test_geometry_validation(self):
22
validator.errors,
23
[
24
"Geodataframe for BaseValidator is not using the correct coordinate system pegged to Philadelphia",
25
- "Dataframe for BaseValidator not contained within Philadelphia limits.",
+ "Dataframe for BaseValidator contains observations outside Philadelphia limits.",
26
],
27
)
28
0 commit comments