Skip to content

Remove unnecessary sys.path hacks#60

Merged
ericc59 merged 2 commits into
mainfrom
cleanup/remove-sys-path-hacks
Jan 15, 2026
Merged

Remove unnecessary sys.path hacks#60
ericc59 merged 2 commits into
mainfrom
cleanup/remove-sys-path-hacks

Conversation

@ericc59
Copy link
Copy Markdown
Contributor

@ericc59 ericc59 commented Jan 14, 2026

Summary

  • Remove sys.path hack from main.py (package is installed via pip install -e .)
  • Simplify cli/run_all.py to keep only project_root for importing main.py

Test plan

  • Run single task with main.py
  • Run batch with cli/run_all.py
  • All 201 tests pass

With the package installed via pip install -e ., the sys.path
manipulation for importing arc_agi_benchmarking is no longer needed.

- main.py: Remove sys.path hack entirely (package is installed)
- cli/run_all.py: Keep only project_root for importing main.py,
  remove src_dir hack
@ericc59 ericc59 merged commit 59a5862 into main Jan 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants