You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there's no error handling code in stats.py to deal with malformed results.csv files. Anything other than the expected result of WCBench runs breaks with obtuse stack traces. Should catch that Exception and fail with some helpful debugging info.
Should be fairly easy for anyone who knows some Python, so marking as "good for beginners".
Currently, there's no error handling code in
stats.py
to deal with malformedresults.csv
files. Anything other than the expected result of WCBench runs breaks with obtuse stack traces. Should catch that Exception and fail with some helpful debugging info.Should be fairly easy for anyone who knows some Python, so marking as "good for beginners".
This came out of a question in #62.
The text was updated successfully, but these errors were encountered: