-
Notifications
You must be signed in to change notification settings - Fork 68
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
Bugfix/cli 25 newline in log #33
Bugfix/cli 25 newline in log #33
Conversation
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.
Thanks, Dave! This is a really important one and thanks for catching it. Since this is a user-facing change, would you be willing to add a note in HISTORY.rst
? Looks great otherwise!
Yes, good call. I was thinking this change in the logfile was not worth noting for users, but actually the bugfix for loading parameters is very user-facing. Noted in HISTORY and updated PR! |
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.
Thanks, Dave!
I see that one of the tests is failing, but I'm going to chalk that up to a flaky UI issue and have created #36 so that we remember to address it someday and merge this. Thanks, @davemfish ! |
3.13.0a9 release
This PR makes the logging from
cli.py
identical to that frommodel.py
when a model starts execution. This actually has implications fordatastack.extract_parameters_from_logfile
, which expects to find a line starting with "Arguments".