nteract/papermill

yaml paramener file is not loaded by the cli of papermill v. 2.4.0

Open

#724 创建于 2023年6月4日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (402 fork)batch import
bughelp wanted

仓库指标

Star
 (5,381 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

🐛 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.

贡献者指南