forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 5
Clean up warnings/errors #74
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* DEP: enforced radius in spherical voronoi * changed test name * fixed accidently added sphinxext * fixed indentation
* [BUG] make p-values consistent with the literature Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
DEP: deal with deprecation of ndim >1 in bspline
* ENH: circvar calculated simply as 1-R The circular statistic function circvar is updated to estimate circular variance simply as one minus the mean resultant vector (1-R), instead of using approximation to the linear variance. This definition is compatible with the literature (e.g., Fisher, 1993; Jammalamadaka and SenGupta, 2001) and other implementations in statistical packages (e.g., R and Matlab). Optional boolean parameter ``normalize`` added cirstd determines whether the returned values are independent on the variable units, or whether the values are scaled by the range of variable values (currently default not to break compatability). Docstring of circvar, circstd and circmean have more accurate description for the parameters ``high`` and ``low``. Co-authored-by: Matt Haberland <mhaberla@calpoly.edu>
[skip actions] [skip circleci]
Cherry-picked from scipygh-15897, to make reviewing PRs which touch `id_dist/` easier. [ci skip]
* Replace tabs with spaces. * Remove form-feed characters. * Use braces and indentation consistently in if-statements. * Remove superfluous parentheses from return statements. * Move the code labeled "under:" to the end of the function, so the one goto statement is a forward jump.
MAINT:special: Clean up C style in ndtr.c
MAINT: stats: adjust tolerance of failing TestTruncnorm
[skip actions] [skip azp]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Reference issue
What does this implement/fix?
Additional information