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

DataModules: pass kwargs directly to datasets #730

Merged
merged 9 commits into from
Oct 1, 2022
Merged

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    7fd3690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf3263 View commit details
    Browse the repository at this point in the history
  3. Fix datamodule tests

    adamjstewart committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    073fb52 View commit details
    Browse the repository at this point in the history
  4. Fix mypy

    adamjstewart committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d9c9251 View commit details
    Browse the repository at this point in the history
  5. Fix tutorial

    adamjstewart committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    70c55c8 View commit details
    Browse the repository at this point in the history
  6. Specify all kwarg keys

    adamjstewart committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3eb4be0 View commit details
    Browse the repository at this point in the history
  7. Fix bands vs. band_set

    adamjstewart committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    f4e7951 View commit details
    Browse the repository at this point in the history
  8. root_dir -> root

    adamjstewart committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ce5c48d View commit details
    Browse the repository at this point in the history
  9. Document **kwargs

    adamjstewart committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b19a75f View commit details
    Browse the repository at this point in the history