Skip to content

Commit

Permalink
Update centering.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Jul 2, 2021
1 parent 6da7e34 commit 2a0d9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/centering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
center!(mean, copy(x)) == center(mean, x)
@test_throws ArgumentError center!(mean, [1, 2])
@test_throws ArgumentError center!([1, 2])
@test_throws MethodError center!(x -> 1, ["a","b"])
@test_throws MethodError center!(v -> 1, ["a","b"])
end
end

Expand Down

0 comments on commit 2a0d9c3

Please sign in to comment.