Skip to content

hydra search path bug - #794

Open
jnsLs wants to merge 1 commit into
devfrom
jl/fix_hydra_pwd_bug
Open

hydra search path bug#794
jnsLs wants to merge 1 commit into
devfrom
jl/fix_hydra_pwd_bug

Conversation

@jnsLs

@jnsLs jnsLs commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Replace ${oc.env:PWD} with relative paths in the Hydra config search path. This fixes configuration resolution with newer Hydra/OmegaConf versions.

Copilot AI lite review requested due to automatic review settings August 14, 2026 08:49
@jnsLs jnsLs added the bug Something isn't working label Aug 14, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Hydra configuration search path to avoid relying on ${oc.env:PWD}, improving config resolution compatibility with newer Hydra/OmegaConf behavior.

Changes:

  • Replaces file://${oc.env:PWD} with file://. in hydra.searchpath
  • Replaces file://${oc.env:PWD}/configs with file://./configs in hydra.searchpath

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants