File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ using Clustering
28
28
@test mutualinfo (a1, a2; method= :adjusted , aggregate= :min ) ≈ 0.4348 atol= 1.0e-4
29
29
30
30
# test errors
31
- @test_throws " ArgumentError: `normed` kwarg is not compatible with `method` kwarg" mutualinfo (a1, a2; method= :adjusted , normed= false )
32
- @test_throws " ArgumentError: mutualinfo(): `method=:adjusfted` is not supported" mutualinfo (a1, a2; method= :adjusfted , aggregate= :min )
33
- @test_throws " ArgumentError: mutualinfo(): unsupported kwargs used." mutualinfo (a1, a2; method= :adjusted , notaggregate= :min )
34
- @test_throws " ArgumentError: mutualinfo(): unsupported kwargs used." mutualinfo (a1, a2; method= :classic , notaggregate= :min )
31
+ @test_throws " `normed` kwarg is not compatible with `method` kwarg" mutualinfo (a1, a2; method= :adjusted , normed= false )
32
+ @test_throws " mutualinfo(): `method=:adjusfted` is not supported" mutualinfo (a1, a2; method= :adjusfted , aggregate= :min )
33
+ @test_throws " mutualinfo(): unsupported kwargs used." mutualinfo (a1, a2; method= :adjusted , notaggregate= :min )
34
+ @test_throws " mutualinfo(): unsupported kwargs used." mutualinfo (a1, a2; method= :classic , notaggregate= :min )
35
35
36
36
end
You can’t perform that action at this time.
0 commit comments