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 011bf45 commit 8f93530Copy full SHA for 8f93530
bin/pareval
@@ -85,5 +85,5 @@ if [[ "$MODE" == "evaluate" ]]; then
85
exit 1
86
fi
87
88
- python ${PAREVAL_ROOT}/drivers/run-all.py "$@"
+ PYTHONPATH="${PAREVAL_ROOT}:${PYTHONPATH}" python ${PAREVAL_ROOT}/drivers/run-all.py "$@"
89
drivers/cpp/cpp_driver_wrapper.py
@@ -6,12 +6,10 @@
6
import copy
7
import logging
8
import os
9
-from os import PathLike, environ
10
-import shlex
+from os import PathLike
11
import subprocess
12
import sys
13
import tempfile
14
-from typing import List
15
16
# local imports
17
sys.path.append("..")
0 commit comments