Skip to content

Commit

Permalink
Update expected result payload in test-models
Browse files Browse the repository at this point in the history
  • Loading branch information
pocheung1 committed Oct 4, 2023
1 parent 8e31214 commit b1e1e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/seldon/model/test-models
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "${COMMON_DIR}/with_backoff.sh"

COMPUTE_NAMESPACE=seldon-regression-test

EXPECTED_IRIS_RESULT_PAYLOAD='{"data":{"names":["t:0","t:1","t:2"],"ndarray":[[0.0006985194531162835,0.00366803903943666,0.995633441507447]]},"meta":{"requestPath":{"classifier":"seldonio/sklearnserver:1.15.0"}}}'
EXPECTED_IRIS_RESULT_PAYLOAD='{"data":{"names":["t:0","t:1","t:2"],"ndarray":[[0.0006985194531162835,0.00366803903943666,0.995633441507447]]},"meta":{"requestPath":{"classifier":"seldonio/sklearnserver:1.17.1"}}}'
EXPECTED_MOCK_RESULT_PAYLOAD='{"data":{"names":["proba"],"ndarray":[[0.43782349911420193]]},"meta":{"requestPath":{"classifier":"seldonio/mock_classifier:1.7.0-dev"}}}'

echo ">>> Testing iris model..."
Expand Down

0 comments on commit b1e1e39

Please sign in to comment.