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

Deprecation warning for frechet_l and frechet_r in tests #20

Open
jfinkels opened this issue May 16, 2018 · 0 comments
Open

Deprecation warning for frechet_l and frechet_r in tests #20

jfinkels opened this issue May 16, 2018 · 0 comments
Labels

Comments

@jfinkels
Copy link
Contributor

Looks like this:

[...]/goftests/test.py:203: DeprecationWarning: `frechet_l` is deprecated!
The distribution `frechet_l` is a synonym for `weibull_max`; this historical
usage is deprecated because of possible confusion with the (quite different)
Frechet distribution.  To preserve the existing behavior of the program, use
`scipy.stats.weibull_max`.  For the Frechet distribution (i.e. the Type II
extreme value distribution), use `scipy.stats.invweibull`.
  samples = self.dist.rvs(*param, size=sample_count)

Similar deprecation warning for frechet_r.
(See also issue #19.)

@jfinkels jfinkels added the bug label May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant