-
Notifications
You must be signed in to change notification settings - Fork 112
Documentation and bugfixes for week06 #129
base: week06
Are you sure you want to change the base?
Conversation
Answers #101 |
For the brain sample issue in #102, the following output is obtained:
when using the following
and the following sample
This solution isn't ideal - it would be better to parse the output averages CSV in python and check the values, to make it whitespace agnostic. |
The above comment also answers #135 (comment) |
The following python script is a tidier and safer alternative to the bash script above for #135, and can be used with git bisect to yield the same answer via changing the
|
Answers #100