nteract/papermill

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

Open

#724 opened on 2023幎6月4日

GitHub で芋る
 (0 comments) (0 reactions) (0 assignees)Python (402 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,381 stars)
PR merge metrics
 (30d に merged 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.

コントリビュヌタヌガむド