Skip to content

Commit

Permalink
post-run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy committed Oct 18, 2023
1 parent a2cfee1 commit 0a811a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ def post_run(tb):
import os
os.remove("model.tar.gz")
os.remove("results.json")
mock_cloudpickle.stop()
"""
)
mock_cloudpickle.stop()

0 comments on commit 0a811a9

Please sign in to comment.