Skip to content

Commit

Permalink
Revert "change isapprox variable names"
Browse files Browse the repository at this point in the history
This reverts commit 49ce28b.
  • Loading branch information
koehlerson committed Apr 22, 2022
1 parent 0ecbde0 commit 8dec9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_abstractgrid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
@test Ferrite.ndofs_per_cell(dhs[1]) == Ferrite.ndofs_per_cell(dhs[2])
@test Ferrite.celldofs(dhs[1],3) == Ferrite.celldofs(dhs[2],3)
@test Ferrite.ndofs(dhs[1]) == Ferrite.ndofs(dhs[2])
@test isapprox(u1,u2,atol=1e-8)
@test isapprox(us[1],us[2],atol=1e-8)
end

0 comments on commit 8dec9b7

Please sign in to comment.