Skip to content

Commit 330fdb1

Browse files
author
Roja Reddy Sareddy
committed
numpy fixes
1 parent 0102bca commit 330fdb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/integ/sagemaker/serve/test_serve_mlflow_tensorflow_flavor_happy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,14 @@ def tensorflow_schema_builder(custom_request_translator, custom_response_transla
107107
PYTHON_VERSION_IS_NOT_310,
108108
np.__version__ >= "2.0.0",
109109
reason="The goal of these test are to test the serving components of our feature and \
110-
the input model artifacts used here are generated with py310 and numpy<2",
110+
the input model artifacts used in this specific test are generated with py310 and numpy<2.",
111111
)
112112
def test_happy_tensorflow_sagemaker_endpoint_with_tensorflow_serving(
113113
sagemaker_session,
114114
tensorflow_schema_builder,
115115
cpu_instance_type,
116116
test_data,
117117
):
118-
# TODO: Might need to add a new test for numpy 2.0
119118
logger.info("Running in SAGEMAKER_ENDPOINT mode...")
120119
caught_ex = None
121120

tests/integ/sagemaker/serve/test_serve_mlflow_xgboost_flavor_happy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
XGBOOST_MLFLOW_RESOURCE_DIR,
2929
SERVE_SAGEMAKER_ENDPOINT_TIMEOUT,
3030
# SERVE_LOCAL_CONTAINER_TIMEOUT,
31-
PYTHON_VERSION_IS_NOT_310,
31+
# PYTHON_VERSION_IS_NOT_310,
3232
)
3333
from tests.integ.timeout import timeout
3434
from tests.integ.utils import cleanup_model_resources

0 commit comments

Comments
 (0)