nteract/papermill

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

Open

#724 aperta il 4 giu 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (402 fork)batch import
bughelp wanted

Metriche repository

Star
 (5381 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor