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

Feature/only cache data source outputs default #394

Merged
merged 4 commits into from
Apr 17, 2020

Conversation

mpu-creare
Copy link
Contributor

New users often get confused when developing new algorithms -- they make changes but get the same result. This is because the data is fetched from the cache (non-unique pipeline definition). Based on #372 we decided to change the default behavior for most nodes.

New users often get confused when developing new algorithms -- they make changes but get the same result. This is because the data is fetched from the cache (non-unique pipeline definition). Based on #372 we decided to change the default behaviour for most nodes.
@mpu-creare mpu-creare changed the base branch from master to develop April 17, 2020 15:09
@coveralls
Copy link

coveralls commented Apr 17, 2020

Coverage Status

Coverage decreased (-0.04%) to 91.36% when pulling 7494a98 on feature/only-cache-data-source-outputs-default into f4ba19e on develop.

podpac/core/node.py Outdated Show resolved Hide resolved
Also, changing LoadFileMixin `cache_dataset` to be False by default, and checking as part of the cache retrieval whether it is False or not.
@mpu-creare mpu-creare merged commit 0fcf40f into develop Apr 17, 2020
@mpu-creare mpu-creare deleted the feature/only-cache-data-source-outputs-default branch April 17, 2020 18:04
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

Successfully merging this pull request may close these issues.

None yet

3 participants