Skip to content

Commit

Permalink
fix test 107
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Nov 30, 2023
1 parent 336db3b commit d105a5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/Example107_NonlinearStorage1D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ end

using Test
function runtests()
testval = 175.2022110336759
@test main(; unknown_storage = :sparse, assembly = :edgewise) testval &&
main(; unknown_storage = :dense, assembly = :edgewise) testval &&
main(; unknown_storage = :sparse, assembly = :cellwise) testval &&
main(; unknown_storage = :dense, assembly = :cellwise) testval
testval = 175.20261258406646
@test main(; unknown_storage = :sparse, assembly = :edgewise) testval
@test main(; unknown_storage = :dense, assembly = :edgewise) testval
@test main(; unknown_storage = :sparse, assembly = :cellwise) testval
@test main(; unknown_storage = :dense, assembly = :cellwise) testval
end

end

0 comments on commit d105a5d

Please sign in to comment.