Allow ChainReader to accept format keyword#2335
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2335 +/- ##
==========================================
- Coverage 89.89% 89.79% -0.1%
==========================================
Files 173 173
Lines 21778 21786 +8
Branches 2861 2861
==========================================
- Hits 19577 19563 -14
- Misses 1609 1625 +16
- Partials 592 598 +6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
See comments.
Also, what happens if one provides a list of formats that parallels the list of files?
We actually have the functionality to provide tuples [(file, format), (file, format), ...] – how does your change interact with that feature?
Tuples override the format. |
|
Please just ping me when you need me to have a final look and 👍 . |
Well, the |
@orbeckst Added tests. |
|
Thanks! |
Fixes #2334
Changes made in this Pull Request:
formatargument fromChainReaderthrough tocore._get_readers.get_reader_forPR Checklist