Skip to content

Commit

Permalink
remove a line that is no longer necessary (covered in ManifoldsBase.j…
Browse files Browse the repository at this point in the history
…l 0.15.20)
  • Loading branch information
kellertuer committed Oct 29, 2024
1 parent ef88470 commit 3e4708a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
name: Julia ${{ matrix.julia-version }} - ${{ matrix.group }} - ${{ matrix.os }}
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
1 change: 0 additions & 1 deletion src/Lie_algebra/Lie_algebra_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function lie_bracket! end
@doc "$(_doc_lie_bracket)"
lie_bracket!(𝔤::LieAlgebra, Z, X, Y)

LinearAlgebra.norm(𝔤::LieAlgebra, X::Real) = LinearAlgebra.norm(𝔤.manifold, 𝔤.point, X)
function LinearAlgebra.norm(
G::LieGroup{𝔽,O}, ::Identity{O}, X
) where {𝔽,O<:AbstractGroupOperation}
Expand Down

0 comments on commit 3e4708a

Please sign in to comment.