Skip to content

Commit

Permalink
Forgot to remove the mixed tests. Brain is melting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Jan 21, 2024
1 parent ef55fa7 commit e4015ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/manifolds/hamiltonian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ include("../header.jl")
pqH = pH * qH
@test pqH isa Hamiltonian
@test pqH.value == p * q
@test pH * q == p * q
@test p * qH == p * q
pqH2 = pH + qH
@test pqH2 isa Hamiltonian
@test pqH2.value == p + q
@test pH + q == p + q
@test p + qH == p + q
end
@testset "Basics" begin
@test repr(M) == "HamiltonianMatrices(4, ℝ)"
Expand Down

0 comments on commit e4015ab

Please sign in to comment.