nteract/papermill
Ver no GitHubyaml paramener file is not loaded by the cli of papermill v. 2.4.0
Open
#724 aberto em 4 de jun. de 2023
bughelp wanted
Métricas do repositório
- Stars
- (5.381 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
🐛 Bug
The yaml parameter file is not loaded by the cli of papermill v. 2.4.0
To solve the bug, one needs to change line 240 n papermill/cli.py
as
with open(params) as ff:
parameters_final.update(yaml.load(ff, Loader=NoDatesSafeLoader) or {})
(cannot make the right indent.