Skip to content

Commit

Permalink
allow calling pephub_path directly from pipestat namespace, version b…
Browse files Browse the repository at this point in the history
…ump pipestat to 0.10.2, Fixes #519
  • Loading branch information
donaldcampbelljr committed Aug 26, 2024
1 parent db8c228 commit 3a9874e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions looper/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ def _set_pipestat_namespace(
"record_identifier": psm.record_identifier,
"config_file": psm.config_path,
"output_schema": psm.cfg["_schema_path"],
"pephub_path": psm.cfg["pephub_path"],
}
filtered_namespace = {k: v for k, v in full_namespace.items() if v}
return YAMLConfigManager(filtered_namespace)
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jinja2
logmuse>=0.2.0
pandas>=2.0.2
pephubclient>=0.4.0
pipestat>=0.9.2
pipestat>=0.10.2
peppy>=0.40.4
pyyaml>=3.12
rich>=9.10.0
Expand Down

0 comments on commit 3a9874e

Please sign in to comment.