Skip to content

Commit cf032f6

Browse files
committed
clean
1 parent 0dfc64d commit cf032f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integrations/test_cloud.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,6 @@ def test_pytorch_mixin_push_and_pull():
274274
assert isinstance(loaded_dummy, DummyTorchModel)
275275
# Compare the outputs as a verification.
276276
assert torch.allclose(output_before, output_after), "Loaded model output differs from original."
277+
278+
# CLEANING
279+
_cleanup_model(teamspace, model_name, expected_num_versions=1)

0 commit comments

Comments
 (0)