updated reqs

This commit is contained in:
William Falcon
2019-07-24 09:24:41 -04:00
parent 8e9737c194
commit 0cf9fa1a60
+1 -2
View File
@@ -41,8 +41,7 @@ def clear_tt_dir():
root_dir = os.path.dirname(os.path.realpath(__file__))
tt_dir = os.path.join(root_dir, 'tests_tt_dir')
if os.path.exists(tt_dir):
shutil.move(tt_dir, '/efs/trash')
# shutil.rmtree(tt_dir)
shutil.rmtree(tt_dir)
def assert_ok_acc(trainer):