Skip to content

Commit

Permalink
we don't have to use module name there
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Nov 14, 2024
1 parent 21a87aa commit 7460f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifolds/Rotations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function jacobian_exp_argument(M::Rotations{TypeParameter{Tuple{3}}}, p, X)
return jacobian_exp_argument!(M, J, p, X)

Check warning on line 231 in src/manifolds/Rotations.jl

View check run for this annotation

Codecov / codecov/patch

src/manifolds/Rotations.jl#L229-L231

Added lines #L229 - L231 were not covered by tests
end

function ManifoldDiff.jacobian_exp_argument!(
function jacobian_exp_argument!(

Check warning on line 234 in src/manifolds/Rotations.jl

View check run for this annotation

Codecov / codecov/patch

src/manifolds/Rotations.jl#L234

Added line #L234 was not covered by tests
::Rotations{TypeParameter{Tuple{2}}},
J::AbstractMatrix,
p,
Expand All @@ -240,7 +240,7 @@ function ManifoldDiff.jacobian_exp_argument!(
J .= 1
return J

Check warning on line 241 in src/manifolds/Rotations.jl

View check run for this annotation

Codecov / codecov/patch

src/manifolds/Rotations.jl#L240-L241

Added lines #L240 - L241 were not covered by tests
end
function ManifoldDiff.jacobian_exp_argument!(
function jacobian_exp_argument!(

Check warning on line 243 in src/manifolds/Rotations.jl

View check run for this annotation

Codecov / codecov/patch

src/manifolds/Rotations.jl#L243

Added line #L243 was not covered by tests
M::Rotations{TypeParameter{Tuple{3}}},
J::AbstractMatrix,
p,
Expand Down

0 comments on commit 7460f20

Please sign in to comment.