Skip to content

Commit

Permalink
Break test_2d_biharmonic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 24, 2024
1 parent 65742fd commit 6d28291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psydac/api/tests/test_2d_biharmonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def run_biharmonic_2d_dir(solution, f, dir_zero_boundary, ncells, degree, backen
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)
h2_error = h2norm_h.assemble(u=uh)

Expand Down

0 comments on commit 6d28291

Please sign in to comment.