We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d7572 commit cbbd92bCopy full SHA for cbbd92b
1 file changed
.github/actions/collect_info/s_getInfo.py
@@ -11,7 +11,7 @@
11
12
# Add problems to the system path
13
cwd = os.path.dirname(os.path.abspath(__file__))
14
-# sys.path.append(os.path.join(cwd, 'optiprofiler', 'python', 'optiprofiler', 'problem_libs', 's2mpj'))
+sys.path.append(os.path.join(cwd, 'optiprofiler', 'python'))
15
from optiprofiler.problem_libs.s2mpj.s2mpj_tools import s2mpj_load
16
17
# Set the timeout (seconds) for each problem to be loaded
0 commit comments