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

Package sometimes errors when testing (tolerance problem?) #24

Closed
KristofferC opened this issue Aug 27, 2019 · 2 comments
Closed

Package sometimes errors when testing (tolerance problem?) #24

KristofferC opened this issue Aug 27, 2019 · 2 comments

Comments

@KristofferC
Copy link

Running the tests over and over they sometimes error with

Ash: Test Failed at /home/kristofferc/.julia/packages/AverageShiftedHistograms/QUkhq/test/runtests.jl:30
  Expression: ≈((extrema(o))[1], (extrema(x))[1], atol=0.2)
   Evaluated: -3.65 ≈ -4.288130682497318 (atol=0.2)
Stacktrace:
 [1] macro expansion at /home/kristofferc/.julia/packages/AverageShiftedHistograms/QUkhq/test/runtests.jl:30 [inlined]
 [2] macro expansion at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Test/src/Test.jl:1083 [inlined]
 [3] top-level scope at /home/kristofferc/.julia/packages/AverageShiftedHistograms/QUkhq/test/runtests.jl:28
Test Summary: | Pass  Fail  Total
Ash           |   20     1     21
ERROR: LoadError: Some tests did not pass: 20 passed, 1 failed, 0 errored, 0 broken.
in expression starting at /home/kristofferc/.julia/packages/AverageShiftedHistograms/QUkhq/test/runtests.jl:27
ERROR: Package AverageShiftedHistograms errored during testing

This comes up in PkgEval.

@joshday
Copy link
Owner

joshday commented Aug 27, 2019

Ah, I think the release is missing some fixes. I'll tag a new one.

@joshday
Copy link
Owner

joshday commented Aug 27, 2019

I successfully ran the tests 100 times on the new release.

@joshday joshday closed this as completed Aug 27, 2019
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