Skip to content

Commit

Permalink
Remove comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Nov 13, 2024
1 parent 62c66dd commit 5c45404
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/test/unit/nls/test_newton.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ def test_nonlinear_pde_snes(self):
snes.solve(None, u.x.petsc_vec)
assert snes.getConvergedReason() > 0
assert snes.getIterationNumber() < 6
# print(snes.getIterationNumber())
# print(snes.getFunctionNorm())

snes.destroy()
b.destroy()
Expand Down

0 comments on commit 5c45404

Please sign in to comment.