We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd86a78 commit ef74da2Copy full SHA for ef74da2
benchmarks/arteval_bench/data/benchmark/sosp24_wasabi/_agent_eval/main.py
@@ -22,10 +22,9 @@
22
23
def _resolve_workspace_paths() -> tuple[Path, Path, Path]:
24
"""Resolve and validate _agent_eval/ and wasabi/ locations.
25
-
26
- Priority:
27
- 1) Environment variables: _AGENT_EVAL_DIR and _WASABI_HOME
28
- 2) Derive from this file location assuming _agent_eval/ and wasabi/ are siblings
+ This expectes that either:
+ (1) _agent_eval/ and wasabi/ are located in the same root directory; or
+ (2) _AGENT_EVAL_DIR and _WASABI_HOME are set by the user
29
"""
30
try:
31
env_agent_eval = os.environ.get("_AGENT_EVAL_DIR")
0 commit comments