You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🐛 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.
The text was updated successfully, but these errors were encountered: