Spaces:
Sleeping
Sleeping
Jialin Song
commited on
Commit
·
4fcb844
1
Parent(s):
2cf9d6f
enable reliability guard
Browse files- testing_util.py +1 -2
testing_util.py
CHANGED
@@ -54,8 +54,7 @@ def run_test(sample, test=None, debug=False):
|
|
54 |
otherwise it'll just return an input and output pair.
|
55 |
"""
|
56 |
# Disable functionalities that can make destructive changes to the test.
|
57 |
-
|
58 |
-
# reliability_guard()
|
59 |
|
60 |
if debug:
|
61 |
print(f"start = {datetime.now().time()}")
|
|
|
54 |
otherwise it'll just return an input and output pair.
|
55 |
"""
|
56 |
# Disable functionalities that can make destructive changes to the test.
|
57 |
+
reliability_guard()
|
|
|
58 |
|
59 |
if debug:
|
60 |
print(f"start = {datetime.now().time()}")
|