Skip to content

Commit

Permalink
add two missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Dec 9, 2024
1 parent b075bcb commit 2efe152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ValidationManifold.jl
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ function riemann_tensor(M::ValidationManifold, p, X, Y, Z; kwargs...)
internal_value(Y),
internal_value(Z),
)
is_vector(M, p, W; within = riemann_tensor, context = (:Output,), kwargs...)
return ValidationTVector(W)
end

Expand All @@ -744,6 +745,7 @@ function riemann_tensor!(M::ValidationManifold, W, p, X, Y, Z; kwargs...)
internal_value(Y),
internal_value(Z),
)
is_vector(M, p, W; within = riemann_tensor, context = (:Output,), kwargs...)
return W
end

Expand Down

0 comments on commit 2efe152

Please sign in to comment.