-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
ENH: Add log text reader function #367
Conversation
Also re. unit tests: mocking |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have 2 occurences of 70_driver_log.txt in code, and one in documentation. Could you clean up those as part of this PR?
3f71498
to
9acb43a
Compare
37d0851
to
b4c7a23
Compare
b4c7a23
to
8c5892b
Compare
Adds a util function for reading the text contained in log files. Designed to work for boht
std_log.txt
(new runtime) and70_driver_log.txt
. Used only once so far in hi-ml but has use in other tasks in InnerEye, such as here.