ITxPT/DATA4PTTools

"error_count" does not match "errors"

Closed this issue · 3 comments

In my ideal world the human readable errors would be unique, but contain a list with references to the exact positions in the file, for simplicity reasons: line based. That will obviously not always work, but I think that can be a good input criteria.

I currently see an error count in thousands, but I only see messages in the thirties. That does not make sense.

This is currently by design for performance reasons. We stop after 32 errors.

This is currently by design for performance reasons. We stop after 32 errors.

What exactly do you stop with. The writing to a file or finding more errors? Because it doesn't makes sense that you have an 'error_count' that is much higher.

Fixed in #15