Skip to content

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

Open
@ferrigno

Description

@ferrigno

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions