-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Typo breaks mlflow logger in 1.9.0 #16411
Comments
@markdjwilliams Great that you spotted it. A PR with the fix would be greatly appreciated if you are interested :) |
Thank you for taking a look. I'm not sure if there's any test coverage here, but there's a chance that this should even be:
.... as I can see that mlflow's |
This code was added in this PR: #15915 |
@BrianPulfer mind commenting here so we can sign the issue to you? 🦦 |
Gah, sorry for the silly mistake 😦
No, but I could add some test cases for this. Happy to review #16418 if someone with permissions could request it. |
Yes sure! |
@schmidt-jake There isn't a "formal" way through GitHub to request your review. If you agree with the change, then we will merge it after adding a test. There was also a question from #16411 (comment) whether the value should be converted to string. But I think that's only necessary for unsupported types. This can be addressed separately if needed. |
Bug description
This line of code appears to be broken in 1.9.0 as it erroneously passes the value of the parameter where it should be providing the name:
This should instead likely be:
How to reproduce the bug
Error messages and logs
Environment
Current environment
More info
No response
cc @Borda
The text was updated successfully, but these errors were encountered: