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

Illigal parameter in pt()! #5

Open
rchekaluk opened this issue Jun 18, 2015 · 1 comment
Open

Illigal parameter in pt()! #5

rchekaluk opened this issue Jun 18, 2015 · 1 comment

Comments

@rchekaluk
Copy link

This simple snippet:

require 'savanna-outliers'
p Savanna::Outliers.remove_outliers([0.082499, 0.0825, 0.9], :all)

issues an error even though it appears to return a correct result:

Error : Illigal parameter  in pt()!
[0.082499, 0.0825]
@chriso0710
Copy link

Yep, same problem here.

Comes from
https://github.com/abscondment/statistics2/search?q=illigal&unscoped_q=illigal

Throws error message but result looks ok.
I'm simply ignoring it for now. I'm suppressing stderr messages for my rails minitests. Seems to be the quickest solution to the somewhat verbose statistics gem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants