File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ end
152
152
@test_throws DimensionMismatch corspearman ([1 ], [1 , 2 ])
153
153
@test_throws DimensionMismatch corspearman ([1 ], [1 2 ; 3 4 ])
154
154
@test_throws DimensionMismatch corspearman ([1 2 ; 3 4 ], [1 ])
155
- @test_throws ArgumentError corspearman ([1 2 ; 3 4 : 4 6 ], [1 2 ; 3 4 ])
155
+ @test_throws ArgumentError corspearman ([1 2 ; 3 4 ; 4 6 ], [1 2 ; 3 4 ])
156
156
157
157
# TODO : fix corkendall to match corspearman (PR#659)
158
158
@test_throws ErrorException corkendall ([1 ], [1 , 2 ])
159
159
@test_throws ErrorException corkendall ([1 ], [1 2 ; 3 4 ])
160
160
@test_throws ErrorException corkendall ([1 2 ; 3 4 ], [1 ])
161
- @test_throws ArgumentError corkendall ([1 2 ; 3 4 : 4 6 ], [1 2 ; 3 4 ])
161
+ @test_throws ErrorException corkendall ([1 2 ; 3 4 ; 4 6 ], [1 2 ; 3 4 ])
You can’t perform that action at this time.
0 commit comments