Skip to content

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

Merged
karlhigley merged 1 commit intoNVIDIA-Merlin:mainfrom
karlhigley:fix/tf-integration-test
Apr 3, 2023
Merged

Fix PredictTensorflow args in session-based serving integration test#310
karlhigley merged 1 commit intoNVIDIA-Merlin:mainfrom
karlhigley:fix/tf-integration-test

Conversation

@karlhigley
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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