Skip to content

Commit

Permalink
fix other test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Apr 26, 2019
1 parent 9dc09fa commit dc61965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
@test quantile(o, 0) o.rng[findnext(x -> x != 0, o.counts, 1)]

# check that histogram is correct
h = fit(Histogram, x, (-4:.01:4.01) .- .005; closed = :left)
h = fit(Histogram, x, (-7:.01:7.01) .- .005; closed = :left)
@test h.weights == o.counts

ash!(o, x)
Expand Down

0 comments on commit dc61965

Please sign in to comment.