Skip to content

Commit

Permalink
fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Sep 7, 2023
1 parent 0ca6811 commit 83c0272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/groups/power_group.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include("../utils.jl")
include("group_utils.jl")

@testset "Power group" begin
Mr = SpecialOrthogonal(3)
Mr = SpecialOrthogonal(3; parameter=:type)
Mr1 = PowerManifold(Mr, 5)
Mrn1 = PowerManifold(Mr, Manifolds.NestedPowerRepresentation(), 5)
Mrnr1 = PowerManifold(Mr, Manifolds.NestedReplacingPowerRepresentation(), 5)
Expand Down

0 comments on commit 83c0272

Please sign in to comment.