Skip to content
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

Fix PredictTensorflow args in session-based serving integration test #310

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

karlhigley
Copy link
Contributor

@karlhigley karlhigley commented Apr 1, 2023

It turns out that this test was passing somewhat accidentally, because it supplied two arguments that were no longer required and the PredictTensorflow operator accepted enough arguments that didn't break the test to make that work. After the recent changes that removed Triton ensemble code in systems/pulls/305, there are no longer enough params for that to work, which breaks the test. This removes the extra and unnecessary params.

@karlhigley karlhigley added the bug Something isn't working label Apr 1, 2023
@karlhigley karlhigley added this to the Merlin 23.04 milestone Apr 1, 2023
@karlhigley karlhigley self-assigned this Apr 1, 2023
Copy link
Collaborator

@jperez999 jperez999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is much cleaner!

@github-actions
Copy link

github-actions bot commented Apr 1, 2023

Documentation preview

https://nvidia-merlin.github.io/systems/review/pr-310

@karlhigley karlhigley merged commit f1b3248 into NVIDIA-Merlin:main Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants