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

Unit test in error #5

Closed
nremond opened this issue Mar 7, 2014 · 1 comment
Closed

Unit test in error #5

nremond opened this issue Mar 7, 2014 · 1 comment

Comments

@nremond
Copy link
Contributor

nremond commented Mar 7, 2014

Hi,

I'm trying to compile the sources to be able to play a bit with them. Unfortunately, I got
this error and don't really understand how it could work ?

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.372 sec <<< FAILURE! - in com.tdunning.math.stats.ArrayDigestTest
testGamma(com.tdunning.math.stats.ArrayDigestTest)  Time elapsed: 0.372 sec  <<< ERROR!
java.lang.UnsupportedOperationException: Default operation
    at com.tdunning.math.stats.ArrayDigest.cdf(ArrayDigest.java:286)
    at com.tdunning.math.stats.ArrayDigestTest.runTest(ArrayDigestTest.java:212)
    at com.tdunning.math.stats.ArrayDigestTest.testGamma(ArrayDigestTest.java:153)
@tdunning
Copy link
Owner

tdunning commented Mar 7, 2014

I pushed non-working code.

You can skip that test (or comment it out).

On Thu, Mar 6, 2014 at 10:32 PM, Nicolas Rémond notifications@github.comwrote:

Hi,

I'm trying to compile the sources to be able to play a bit with them.
Unfortunately, I got
this error and don't really understand how it could work ?

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.372 sec <<< FAILURE! - in com.tdunning.math.stats.ArrayDigestTest
testGamma(com.tdunning.math.stats.ArrayDigestTest) Time elapsed: 0.372 sec <<< ERROR!
java.lang.UnsupportedOperationException: Default operation
at com.tdunning.math.stats.ArrayDigest.cdf(ArrayDigest.java:286)
at com.tdunning.math.stats.ArrayDigestTest.runTest(ArrayDigestTest.java:212)
at com.tdunning.math.stats.ArrayDigestTest.testGamma(ArrayDigestTest.java:153)


Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

nremond added a commit to nremond/t-digest that referenced this issue Mar 7, 2014
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