htrc / htrc-feature-reader

Tools for working with HTRC Feature Extraction files
37 stars 12 forks source link

Option to suppress printing of paths/ids at FeatureReader instantiation #35

Closed wilkens closed 4 years ago

wilkens commented 4 years ago

Using v. 2.05 of the FeatureReader class, a complete list of paths or IDs is printed on FeatureReader initialization. This is awkward if the list of files/IDs is long, and may not be all that helpful in any case. Might it be suppressed? Or made into an option (suggest off by default)?

Thanks. Otherwise, version 2 seems to be working well for me so far.

organisciak commented 4 years ago

Ah, thanks so much! Tests don't catch that and I was too focused on the new loading via 'Volume(htid)' that I overlooked the errant printing with 'FeatureReader(htids)'. Will push out an update soon.

organisciak commented 4 years ago

And it's errant debugging, so will just remove it outright rather than suppressing.