We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41470b3 commit 8d2237cCopy full SHA for 8d2237c
tests/unit/sagemaker/jumpstart/test_notebook_utils.py
@@ -256,14 +256,6 @@ def test_list_jumpstart_models_script_filter(
256
257
patched_get_manifest.reset_mock()
258
patched_read_s3_file.reset_mock()
259
-
260
- kwargs = {"filter": And(f"training_supported != {val}", "model_type is open_weights")}
261
- list_jumpstart_models(**kwargs)
262
- assert patched_read_s3_file.call_count == manifest_length
263
- assert patched_get_manifest.call_count == 2
264
265
- patched_get_manifest.reset_mock()
266
- patched_read_s3_file.reset_mock()
267
kwargs = {
268
"filter": And(f"training_supported != {val}", "model_type is open_weights"),
269
"list_versions": True,
0 commit comments