Skip to content

Commit 65e263c

Browse files
sararobcopybara-github
authored andcommitted
chore: fix model evaluation system test
PiperOrigin-RevId: 556791057
1 parent 9eed3b7 commit 65e263c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/aiplatform/test_model_evaluation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def staging_bucket(self, storage_client):
8383
yield bucket
8484

8585
def test_model_evaluate_custom_tabular_model(self, staging_bucket, shared_state):
86+
aiplatform.init(project=_TEST_PROJECT, location=_TEST_LOCATION)
8687

8788
custom_model = aiplatform.Model(
8889
model_name=_TEST_PERMANENT_CUSTOM_MODEL_CLASSIFICATION_RESOURCE_NAME

0 commit comments

Comments
 (0)