-
Notifications
You must be signed in to change notification settings - Fork 20
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
Debugging ML #143
Debugging ML #143
Conversation
I was seeing these messages pop up when I was running the ML post processing on pathlinker: Running Docker containers However these messages describe what I would expect to see in the files, which I do see. So I think the code is working |
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.
This general strategy for fixing the errors looks good.
I've finished the review/comments of the ml bug pull request. |
On VSCode, I am getting a weird highlighting/lighting issue where after the df is concatted in the ml summarize_networks function, the rest of the lines after it are shown as unreachable. However when I was testing the code, it does seem like it is reachable and the function is returning the dataframe. If you could look and see if anything weird is happening on your end when reviewing again, that would be great.
|
Ready for code review |
I don't see this in PyCharm |
Was testing file not found error behavior
No description provided.