Skip to content

Commit

Permalink
tests for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed May 21, 2024
1 parent 2283f61 commit dae5ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ O = OnlineStatsBase
@test is_mergeable(Mean()) == true
@test is_mergeable(CircBuff(Int, 5)) == false

@test_throws Exception merge!(fit!(CircBuff(Int,5), 1), fit!(CircBuff(Int,5), 2))

@testset "name" begin
name = OnlineStatsBase.name
o = Mean()
Expand Down

0 comments on commit dae5ea5

Please sign in to comment.