Skip to content

Option to never overwrite an existing file #18

@jburos

Description

@jburos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions