Skip to content

Commit

Permalink
Drop outdated FIXME (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 authored Aug 27, 2024
1 parent 86c66b8 commit b96d852
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_monge_ampere.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def test_continue(self, dim, method):

self.assertLessEqual(num_it_continue, num_it_naive)
self.assertLessEqual(num_it_init + num_it_continue, num_it_naive)
# FIXME: Looks like the mesh is tangled or close to tangling
# for the relaxation method, which is concerning.

@parameterized.expand(
[(2, "relaxation"), (2, "quasi_newton"), (3, "relaxation"), (3, "quasi_newton")]
Expand Down

0 comments on commit b96d852

Please sign in to comment.