Skip to content

Commit

Permalink
Break test_2d_laplace.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 24, 2024
1 parent 6d28291 commit 06cb2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psydac/api/tests/test_2d_laplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run_laplace_2d(solution, f, dir_zero_boundary, dir_nonzero_boundary,
uh = equation_h.solve()

# Compute error norms
l2_error = l2norm_h.assemble(u=uh)
l2_error = l2norm_h.assemble(u=uh) + 1
h1_error = h1norm_h.assemble(u=uh)

return l2_error, h1_error
Expand Down

0 comments on commit 06cb2f8

Please sign in to comment.