We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f053c7 commit 8a8ffb6Copy full SHA for 8a8ffb6
tiled/_tests/test_writing.py
@@ -169,7 +169,6 @@ def test_extend_array(tree):
169
ac.patch(ones * 8, offset=8, extend=True)
170
numpy.testing.assert_equal(ac[8:9], ones * 8)
171
172
-
173
def test_write_dataframe_full(tree):
174
with Context.from_app(
175
build_app(tree, validation_registry=validation_registry)
0 commit comments