Skip to content

Commit

Permalink
tests passing on 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Aug 23, 2023
1 parent fae9e31 commit 943e523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ using Test
prc = ChainRulesCore.ProjectTo(c)
@test prc(cmat) == c
@test prc(c) == c
@test_throws "First basis does" prc(CoherencyMatrix(cmat, LinBasis()))
@test_throws "Second basis does" prc(CoherencyMatrix(cmat, CirBasis()))
@test_throws AssertionError prc(CoherencyMatrix(cmat, LinBasis()))
@test_throws AssertionError prc(CoherencyMatrix(cmat, CirBasis()))
end
end

0 comments on commit 943e523

Please sign in to comment.