Skip to content

Commit df7a361

Browse files
committed
update to the correct prediction, hopefully
1 parent c8adf4c commit df7a361

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
@@ -121,5 +121,5 @@ def test_deploy(rsc_short):
121121
response = vetiver.predict(endpoint, X_df, headers=h)
122122

123123
assert isinstance(response, pd.DataFrame), response
124-
assert response.iloc[0, 0] == 48.37
124+
assert response.iloc[0, 0] == 44.47
125125
assert len(response) == 100

0 commit comments

Comments
 (0)