Source data_dir from DATA_DIR env var instead of hard-coding path#49
Draft
Source data_dir from DATA_DIR env var instead of hard-coding path#49
data_dir from DATA_DIR env var instead of hard-coding path#49Conversation
Agent-Logs-Url: https://github.com/cms-kr/DeepMuonReco/sessions/d23f76a1-8ed6-474c-884c-6d2a0d7021a9 Co-authored-by: slowmoyang <20718100+slowmoyang@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update paths preset to use environment variable
Source Apr 15, 2026
data_dir from DATA_DIR env var instead of hard-coding path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tts.yamlhard-codesdata_dirto a machine-specific path, breaking runs on any other environment.data_dirintoconfig/paths/default.yamlusing${oc.env:DATA_DIR}, consistent with the existingroot_dirpatternpaths.data_diroverride fromconfig/tts.yamlUsers set the data directory via environment:
export DATA_DIR=/path/to/dataOr CLI override:
OmegaConf raises a clear
InterpolationKeyErrorifDATA_DIRis unset.