mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 04:29:22 +01:00
fix a ut bug
This commit is contained in:
@@ -98,7 +98,7 @@ class TestOfaTrainer(unittest.TestCase):
|
||||
|
||||
self.assertIn(ModelFile.TORCH_MODEL_BIN_FILE,
|
||||
os.listdir(os.path.join(WORKSPACE, 'output')))
|
||||
# shutil.rmtree(WORKSPACE)
|
||||
shutil.rmtree(WORKSPACE)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user