We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CSV comparison class (here) has no logging (other than what it receives from it's parent class.
This led to a difficult to resolve bug where input benchmark data had the wrong column names.
Suggest:
i) add better logging (not necessarily more, unless in debug) ii) consider not crashing when broken bm data is found - NOT SURE ABOUT THIS THOUGH
The text was updated successfully, but these errors were encountered:
fredshone
No branches or pull requests
The CSV comparison class (here) has no logging (other than what it receives from it's parent class.
This led to a difficult to resolve bug where input benchmark data had the wrong column names.
Suggest:
i) add better logging (not necessarily more, unless in debug)
ii) consider not crashing when broken bm data is found - NOT SURE ABOUT THIS THOUGH
The text was updated successfully, but these errors were encountered: