Skip to content

Disable caching for discretizations by default #178

@sdrave

Description

@sdrave

Currently, the default cache region for discretizations in pymor.discretizations.basic is 'disk'. I propose to change this to None. IMHO, pyMOR should behave as reproducible as possible by default. Having persistent cache entries on disk will change timings in subsequent runs. Moreover, first time users will probably be surprised that pyMOR dumps up to 1GB of data to disk. Re-enabling caching will be as simple as writing

discretization.cache_region = 'disk'

Any objections?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions