Skip to content

Commit cb42465

Browse files
committed
updating prediction value
1 parent a5c8e0f commit cb42465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vetiver/tests/test_rsconnect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ def test_deploy(rsc_short):
128128
response = vetiver.predict(endpoint, X_df, headers=h)
129129

130130
assert isinstance(response, pd.DataFrame), response
131-
assert response.iloc[0, 0] == 46.49
131+
assert response.iloc[0, 0] == 48.37
132132
assert len(response) == 100

0 commit comments

Comments
 (0)