File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def test_vetiver_build(vetiver_client):
5757
5858 response = vetiver .predict (endpoint = vetiver_client , data = data )
5959
60- assert response .iloc [0 , 0 ] == 19.963224411010742
60+ assert response .iloc [0 , 0 ] == 21.064373016357422
6161 assert len (response ) == 1
6262
6363
@@ -66,7 +66,7 @@ def test_batch(vetiver_client):
6666
6767 response = vetiver .predict (endpoint = vetiver_client , data = data )
6868
69- assert response .iloc [0 , 0 ] == 19.963224411010742
69+ assert response .iloc [0 , 0 ] == 21.064373016357422
7070 assert len (response ) == 3
7171
7272
@@ -75,7 +75,7 @@ def test_no_ptype(vetiver_client_check_ptype_false):
7575
7676 response = vetiver .predict (endpoint = vetiver_client_check_ptype_false , data = data )
7777
78- assert response .iloc [0 , 0 ] == 19.963224411010742
78+ assert response .iloc [0 , 0 ] == 21.064373016357422
7979 assert len (response ) == 1
8080
8181
You can’t perform that action at this time.
0 commit comments