-
Notifications
You must be signed in to change notification settings - Fork 709
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
add option to load metrics with kwargs #688
add option to load metrics with kwargs #688
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.
I agree that it would be good to follow the same convention as the PL CLI.
Only few minor comments.
Since i'm working on this file, could be nice to solve #685 as well? |
Apologies, just seen that issue. Yeah, I agree. It would make sense to move it to test helpers if the tests are the only place of use. |
Both done |
Should this go to docs or can we just assume people will guess it because it's consistent with other parts of the config? 🙃 |
would be good to document it somewhere; otherwise, it might stay as a hidden gem :) Not sure about where to document it though. @ashwinvaidya17, any thoughts? |
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 for the efforts. This is a good addition to metrics configuration flexibility. I have a few comments though.
I agree if we now support this it would be nice to mention it somewhere as well. How about |
I believe i addressed everything. |
Thanks @jpcbertoldo. Can you please check the failed tests? |
Done. @ashwinvaidya17 I forgot to mention that there was a check bothering about the fact that a few dummy classes where repeated in the tests so i put them in |
@jpcbertoldo, thanks for organising them. |
@jpcbertoldo, looks like the tests still fail unfortunately :/ |
I dont understand, it was all green last night 🤨🤔. Ok will take a look. |
Thanks for doing that. We have a lot of dummy modules and dataloaders peppered around the tests. That's something that needs to be addressed in the redesign as well. |
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. One minor comment.
Ok, it was the test that had a little refactor, my bad!
I think it'lll fix. |
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
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.
@jpcbertoldo, thanks looking good now!
Description
Changes
Checklist