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 value of depth in equivalent sources #491

Merged
merged 17 commits into from
Jun 12, 2024
Merged

Commits on Apr 16, 2024

  1. Change default value of depth in equivalent sources

    Change the default value of the `depth` argument in `EquivalentSources`
    to `"default"`. If this value is passed, then the depth of the sources
    is set as 4.5 times the median distance between first neighbouring
    sources. If a numerical value is passed, this is the one that will be
    used. Introduce a new `depth_` attribute where the estimated/passed
    numeric value is stored. If `points` is passed, the `depth_` attribute
    is set to None. Add a test checking that the depth value is properly
    set.
    santisoler committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    de2e010 View commit details
    Browse the repository at this point in the history
  2. Merge test functions for equivalent sources

    Merge the tests functions that checked the accuracy of equivalent
    sources using different dtypes.
    santisoler committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9e8162b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    470479f View commit details
    Browse the repository at this point in the history
  2. Run black

    santisoler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c5e2d38 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    santisoler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2308f27 View commit details
    Browse the repository at this point in the history
  4. Use default depth in tutorial

    Add admonition explaining the default behaviour of the ``depth``
    argument.
    santisoler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    19a7cc7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    f1138f9 View commit details
    Browse the repository at this point in the history
  2. Replace median for mean

    Use the mean to compute the average distance of neighboring data points.
    santisoler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    61a3265 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 11, 2024

  1. Increase atol for float32

    Try to make tests on Python 3.8 pass
    santisoler committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    06f1565 View commit details
    Browse the repository at this point in the history
  2. Increase atol for float32

    santisoler committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b6f915b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6a2e0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e090174 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acb734e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix typo in error message

    Co-authored-by: Leonardo Uieda <leo@uieda.com>
    santisoler and leouieda authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    17dd753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c56487 View commit details
    Browse the repository at this point in the history