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

Validate patch #278

Merged
merged 23 commits into from
Aug 5, 2024
Merged

Validate patch #278

merged 23 commits into from
Aug 5, 2024

Commits on Jul 23, 2024

  1. fix: 🐛 Fix validation model loading.

    "validate_run" must now be called to do validation from run name. The Run must be preloaded and passed to call "validate" directly.
    rhoadesScholar committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6a6ee1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aecdadd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    9d63428 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    e89e2ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ecf1a View commit details
    Browse the repository at this point in the history
  3. black format

    mzouink committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9ea893c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. fix plot hack

    mzouink committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0cf9e25 View commit details
    Browse the repository at this point in the history
  2. fix import

    mzouink committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    276d481 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. matplotlib plot

    mzouink committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    24c963a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f534cf View commit details
    Browse the repository at this point in the history
  3. Format Python code with psf/black push (#281)

    There appear to be some python formatting errors in
    f604f40. This pull request
    uses the [psf/black](https://github.com/psf/black) formatter to fix
    these issues.
    mzouink authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    86d2bb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    e5c1fbc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    8e04c1c View commit details
    Browse the repository at this point in the history
  2. black format

    mzouink committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a64c80f View commit details
    Browse the repository at this point in the history
  3. mypy fix

    mzouink committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e2e9da7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4919c91 View commit details
    Browse the repository at this point in the history
  5. Format Python code with psf/black push (#282)

    There appear to be some python formatting errors in
    cb300f5. This pull request
    uses the [psf/black](https://github.com/psf/black) formatter to fix
    these issues.
    mzouink authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2dd89c4 View commit details
    Browse the repository at this point in the history
  6. fix circular import

    mzouink committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8be4941 View commit details
    Browse the repository at this point in the history
  7. fix circular import

    mzouink committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    573d669 View commit details
    Browse the repository at this point in the history
  8. fix validate

    mzouink committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cab1169 View commit details
    Browse the repository at this point in the history
  9. fix tests

    mzouink committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5e59778 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a6440b View commit details
    Browse the repository at this point in the history
  11. Format Python code with psf/black push (#283)

    There appear to be some python formatting errors in
    81ec675. This pull request
    uses the [psf/black](https://github.com/psf/black) formatter to fix
    these issues.
    mzouink authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c529ed2 View commit details
    Browse the repository at this point in the history