fix bug in zip iteration progress messages
The logging was off by 1 because log_iterator
needs to be the first iterator in zip(log_iterator, ...)
not the last.
Since the API is confusing, created zip_with_progress
which includes the zip.
The logging was off by 1 because log_iterator
needs to be the first iterator in zip(log_iterator, ...)
not the last.
Since the API is confusing, created zip_with_progress
which includes the zip.