We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909ec62 commit 3771859Copy full SHA for 3771859
lol_hub.py
@@ -22,6 +22,8 @@
22
_DEFAULT_SECURITY = False
23
if _DEFAULT_SECURITY == "None":
24
_DEFAULT_SECURITY = None
25
+if _DEFAULT_SECURITY == "check":
26
+ _DEFAULT_SECURITY = "check"
27
try:
28
from tqdm.auto import tqdm # automatically select proper tqdm submodule if available
29
except ImportError:
scripts/run_pytorch.sh
@@ -20,4 +20,4 @@ do
20
done
21
mv lol_hub.py $PYTHON_CODE_DIR/lol_hub.py
-DEFAULT_SECURITY=False pytest --junitxml=test-results/junit.xml test_run_python_code.py -vv
+DEFAULT_SECURITY=check pytest --junitxml=test-results/junit.xml test_run_python_code.py -vv
0 commit comments