-
Notifications
You must be signed in to change notification settings - Fork 145
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
Unnecessary input parameter used #1693
Comments
Thanks @ylnhari. You are correct. The |
rapids-bot bot
pushed a commit
that referenced
this issue
May 15, 2024
…1700) - Remove unused MLflow client arg from DFP inference stage and module implementations - Add missing table of content items to Modular DFP guide Closes #1693 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - Eli Fajardo (https://github.com/efajardo-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #1700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/nv-morpheus/Morpheus/blob/c88527bee55a4e6b634e9a553d4a581a128e05a5/examples/digital_fingerprinting/production/morpheus/dfp/modules/dfp_inference.py#L100C28-L100C39
What is the purpose of including the 'client' parameter while calling this method when it doesn't appear to be utilized within the method's implementation?
The text was updated successfully, but these errors were encountered: