Closed andrewheusser closed 5 years ago
You're right. Using atlasreader
for the terminal and python implementation is not correct. I've repaced atlasreader
with "AtlasReader" in most parts and wrote atlasreader.create_output
where you suggested.
See https://github.com/miykael/atlasreader/pull/107/commits/8b42ce19440b1e28be462398b5b5ef8206b789a4.
👍
The additional parameters API documentation section lays out the API for
create_output
, but as it reads, it seems like the documentation is describing a function calledatlasreader
. I'd suggest replacingatlasreader
at the top withatlasreader.create_output
or justcreate_output
.