@@ -156,7 +156,6 @@ def test_create_model(LocalSession):
156
156
local_sagemaker_client = sagemaker .local .local_session .LocalSagemakerClient ()
157
157
158
158
local_sagemaker_client .create_model (MODEL_NAME , PRIMARY_CONTAINER )
159
- < << << << HEAD
160
159
161
160
assert MODEL_NAME in sagemaker .local .local_session .LocalSagemakerClient ._models
162
161
@@ -170,10 +169,6 @@ def test_delete_model(LocalSession):
170
169
171
170
local_sagemaker_client .delete_model (MODEL_NAME )
172
171
assert MODEL_NAME not in sagemaker .local .local_session .LocalSagemakerClient ._models
173
- == == == =
174
-
175
- assert MODEL_NAME in sagemaker .local .local_session .LocalSagemakerClient ._models
176
- >> >> >> > 334 a0d6 ... Modify some functions , tests and update docs .
177
172
178
173
179
174
@patch ('sagemaker.local.local_session.LocalSession' )
@@ -242,7 +237,6 @@ def test_describe_endpoint_config(LocalSession):
242
237
def test_create_endpoint_config (LocalSession ):
243
238
local_sagemaker_client = sagemaker .local .local_session .LocalSagemakerClient ()
244
239
local_sagemaker_client .create_endpoint_config (ENDPOINT_CONFIG_NAME , PRODUCTION_VARIANTS )
245
- < << << << HEAD
246
240
247
241
assert ENDPOINT_CONFIG_NAME in sagemaker .local .local_session .LocalSagemakerClient ._endpoint_configs
248
242
@@ -256,10 +250,6 @@ def test_delete_endpoint_config(LocalSession):
256
250
257
251
local_sagemaker_client .delete_endpoint_config (ENDPOINT_CONFIG_NAME )
258
252
assert ENDPOINT_CONFIG_NAME not in sagemaker .local .local_session .LocalSagemakerClient ._endpoint_configs
259
- == == == =
260
-
261
- assert ENDPOINT_CONFIG_NAME in sagemaker .local .local_session .LocalSagemakerClient ._endpoint_configs
262
- >> >> >> > 334 a0d6 ... Modify some functions , tests and update docs .
263
253
264
254
265
255
@patch ('sagemaker.local.local_session.LocalSession' )
0 commit comments