Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting the pipeline folder to a path that's not absolute causes problem for checkpointing #225

Open
vreuter opened this issue May 17, 2024 · 1 comment

Comments

@vreuter
Copy link
Member

vreuter commented May 17, 2024

When using a Pipeline and configuring the outfolder with a value that's not an absolute path causes the checkpoint call to fail due to trying to write to a file in a subfolder of the same name, e.g. "pypiper_output" --> Path.cwd() / "pypiper_output" / "pypiper_output" / "my_stage.checkpoint" instead of Path.cwd() / "pypiper_output" / "my_stage.checkpoint"

@vreuter
Copy link
Member Author

vreuter commented May 17, 2024

Marking as low-priority since this can be readily worked around by passing an absolute path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant