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

Option to never overwrite an existing file #18

Open
jburos opened this issue Apr 29, 2017 · 0 comments
Open

Option to never overwrite an existing file #18

jburos opened this issue Apr 29, 2017 · 0 comments

Comments

@jburos
Copy link
Member

jburos commented Apr 29, 2017

Sometimes you want to make sure an existing model run will never overwrite a previous file.

Right now, users can label specific model runs using the model_name parameter, which will change the prefix of all runs. And right now if a cache file exists it will not get overwritten because the result will instead read from that file. But perhaps an overwrite parameter would be helpful; this would force re-execution if TRUE, and never overwrite an existing file (but read from that file) if FALSE.

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

No branches or pull requests

1 participant