Skip to content

Commit 05223e2

Browse files
chuyang-dengChuyang Deng
authored andcommitted
Resolve conflicts.
1 parent 0f77d10 commit 05223e2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/unit/test_local_session.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def test_create_model(LocalSession):
156156
local_sagemaker_client = sagemaker.local.local_session.LocalSagemakerClient()
157157

158158
local_sagemaker_client.create_model(MODEL_NAME, PRIMARY_CONTAINER)
159-
<<<<<<< HEAD
160159

161160
assert MODEL_NAME in sagemaker.local.local_session.LocalSagemakerClient._models
162161

@@ -170,10 +169,6 @@ def test_delete_model(LocalSession):
170169

171170
local_sagemaker_client.delete_model(MODEL_NAME)
172171
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-
>>>>>>> 334a0d6... Modify some functions, tests and update docs.
177172

178173

179174
@patch('sagemaker.local.local_session.LocalSession')
@@ -242,7 +237,6 @@ def test_describe_endpoint_config(LocalSession):
242237
def test_create_endpoint_config(LocalSession):
243238
local_sagemaker_client = sagemaker.local.local_session.LocalSagemakerClient()
244239
local_sagemaker_client.create_endpoint_config(ENDPOINT_CONFIG_NAME, PRODUCTION_VARIANTS)
245-
<<<<<<< HEAD
246240

247241
assert ENDPOINT_CONFIG_NAME in sagemaker.local.local_session.LocalSagemakerClient._endpoint_configs
248242

@@ -256,10 +250,6 @@ def test_delete_endpoint_config(LocalSession):
256250

257251
local_sagemaker_client.delete_endpoint_config(ENDPOINT_CONFIG_NAME)
258252
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-
>>>>>>> 334a0d6... Modify some functions, tests and update docs.
263253

264254

265255
@patch('sagemaker.local.local_session.LocalSession')

0 commit comments

Comments
 (0)