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

Change default for window size in EquivalentSourcesGB #487

Merged
merged 15 commits into from
May 31, 2024

Commits on Apr 2, 2024

  1. Change window size in EquivalentSourcesGB to calculate a window size …

    …such that approximately 5000 data points are in each window.
    indiauppal committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7bd1a40 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    4dc0eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6646e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Add a test for the window size. Test for window size less than 5000 r…

    …aising an error. Need to raise an error for data points less than and equal to 5e3.
    indiauppal committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b97064a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Raise warning for data points less than or equal to 5e3.

    Update test to check for data points less than 5e3 and the associated warning.
    indiauppal committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3f0beea View commit details
    Browse the repository at this point in the history
  2. Run black.

    indiauppal committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0474691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39233a0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add India Uppal to AUTHORS.md

    Add India Uppal to the author list.
    indiauppal committed May 8, 2024
    Configuration menu
    Copy the full SHA
    14b1f65 View commit details
    Browse the repository at this point in the history
  2. Revert "Add India Uppal to AUTHORS.md"

    This reverts commit 14b1f65.
    indiauppal committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e33afa3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 31, 2024

  1. Add to test_window_size_less_than_5000

    Check only 1 data and source window is created.
    Check if all sources and data points are inside the window.
    indiauppal committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3eec5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    793234f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34392e6 View commit details
    Browse the repository at this point in the history
  4. Fix style.

    indiauppal committed May 31, 2024
    Configuration menu
    Copy the full SHA
    82efb75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    641d9ee View commit details
    Browse the repository at this point in the history