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

Commits on Apr 17, 2020

  1. ENH: Only cache DataSource outputs by default.

    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 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    fc34bb2 View commit details
    Browse the repository at this point in the history
  2. TESTFIX: Fixing tests.

    mpu-creare committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    c117b67 View commit details
    Browse the repository at this point in the history
  3. MAINT: Renaming update_cache to force_eval.

    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 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    6321511 View commit details
    Browse the repository at this point in the history
  4. FIXTEST: Fixing unit test.

    mpu-creare committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    7494a98 View commit details
    Browse the repository at this point in the history