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 d6d3bfc commit cec784aCopy full SHA for cec784a
1 file changed
test/test_pipeline.py
@@ -295,6 +295,7 @@ def test_filespec(self):
295
spec = {'path':'junk.las', 'headers':{'header1':'header_1', 'header2':'header_2'}, 'query':{'query1':'query_1', 'query2':'query_2'}}
296
assert pdal.Reader(spec).type == "readers.las"
297
assert pdal.Reader(spec).options['filename']['path'] == "junk.las"
298
+ assert pdal.Reader(spec).options['filename']['headers']['header2'] == "header_2"
299
assert pdal.Writer("foo.las").type == "writers.las"
300
301
def test_streamable(self):
0 commit comments