Skip to content

Commit

Permalink
Fixed test_api_3d_scalar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 24, 2024
1 parent 45d25b1 commit 65742fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psydac/api/tests/test_api_3d_scalar.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run_poisson_3d_dirneu(solution, f, boundary, ncells, degree, comm=None):
# ...

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

Expand Down

0 comments on commit 65742fd

Please sign in to comment.