We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
two new failures:
====================================================================== FAIL: test_drop_label (integration-test.1477-water-layer-too-big.WaterLayerTooBigTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/circleci/project/integration-test/1477-water-layer-too-big.py", line 46, in test_drop_label 'name': 'Foo', File "/home/circleci/project/integration-test/__init__.py", line 1492, in assert_has_feature self.test_instance.assert_has_feature(z, x, y, layer, props) File "integration-test/__init__.py", line 1325, in assert_has_feature self.assertions.assert_has_feature(z, x, y, layer, props) File "integration-test/__init__.py", line 1161, in assert_has_feature (properties, closest['properties'], misses)) AssertionError: Did not find feature including properties {'kind': 'water', 'name': 'Foo'}. The closest match was {'sort_rank': 367, 'kind': 'water'}: missed {'name': "None != 'Foo'"}. ====================================================================== ====================================================================== FAIL: test_bays (integration-test.1838-too-many-bays.BayTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/circleci/project/integration-test/1838-too-many-bays.py", line 37, in test_bays self.assertEqual(2, len(features)) AssertionError: 2 != 10 ======================================================================
Originally posted by @peitili in #2010 (comment)
The text was updated successfully, but these errors were encountered:
See 0e79138.
Sorry, something went wrong.
peitili
No branches or pull requests
two new failures:
Originally posted by @peitili in #2010 (comment)
The text was updated successfully, but these errors were encountered: