-
Notifications
You must be signed in to change notification settings - Fork 70
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
Commits on Apr 16, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for de2e010 - Browse repository at this point
Copy the full SHA de2e010View commit details -
Merge test functions for equivalent sources
Merge the tests functions that checked the accuracy of equivalent sources using different dtypes.
Configuration menu - View commit details
-
Copy full SHA for 9e8162b - Browse repository at this point
Copy the full SHA 9e8162bView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 470479f - Browse repository at this point
Copy the full SHA 470479fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e2d38 - Browse repository at this point
Copy the full SHA c5e2d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2308f27 - Browse repository at this point
Copy the full SHA 2308f27View commit details -
Add admonition explaining the default behaviour of the ``depth`` argument.
Configuration menu - View commit details
-
Copy full SHA for 19a7cc7 - Browse repository at this point
Copy the full SHA 19a7cc7View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55309c7 - Browse repository at this point
Copy the full SHA 55309c7View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1138f9 - Browse repository at this point
Copy the full SHA f1138f9View commit details -
Use the mean to compute the average distance of neighboring data points.
Configuration menu - View commit details
-
Copy full SHA for 61a3265 - Browse repository at this point
Copy the full SHA 61a3265View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1308d35 - Browse repository at this point
Copy the full SHA 1308d35View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06f1565 - Browse repository at this point
Copy the full SHA 06f1565View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f915b - Browse repository at this point
Copy the full SHA b6f915bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a2e0a - Browse repository at this point
Copy the full SHA b6a2e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e090174 - Browse repository at this point
Copy the full SHA e090174View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb734e - Browse repository at this point
Copy the full SHA acb734eView commit details
Commits on Jun 12, 2024
-
Co-authored-by: Leonardo Uieda <leo@uieda.com>
Configuration menu - View commit details
-
Copy full SHA for 17dd753 - Browse repository at this point
Copy the full SHA 17dd753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c56487 - Browse repository at this point
Copy the full SHA 5c56487View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.