Skip to content

Commit

Permalink
another edit to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed May 17, 2024
1 parent 8be1c50 commit 11f176b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/geo/test_boozersurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ def test_run_code(self):
# this second time should not actually run
boozer_surface.run_code(boozer_surface.res['iota'], G=boozer_surface.res['G'])

# run the BoozerExact algorithm without a guess for G
boozer_surface.need_to_run_code = True
boozer_surface.solve_residual_equation_exactly_newton(iota=boozer_surface.res['iota'])

def test_convergence_cpp_and_notcpp_same(self):
"""
This unit test verifies that that the cpp and not cpp implementations converge to
Expand Down

0 comments on commit 11f176b

Please sign in to comment.