Skip to content

Commit

Permalink
Collect all but a few strange ambiguities (StatsBase? Broadcast? A co…
Browse files Browse the repository at this point in the history
…nstructor?)
  • Loading branch information
kellertuer committed Apr 29, 2024
1 parent 531fb20 commit 569725c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,27 @@ using Aqua, Manifolds, Test, StaticArrays # Last package temporary
exclude=[
*,
==,
allocate,
Manifolds.allocate_coordinates,
allocate_result,
check_point,
copyto!,
compose,
compose!,
get_coordinates,
get_coordinates!,
get_vector,
get_vector!,
getindex,
inv,
inv!,
mean,
Manifolds.mul!,
reshape,
Manifolds.SemidirectProductOperation,
similar,
setindex!,
Manifolds.TranslationGroup,
view,
Manifolds.AbstractGroupOperation,
],
broken=false,
),
Expand Down

0 comments on commit 569725c

Please sign in to comment.