From 11f176b7125cf4b097be899441ea6aea573c05c7 Mon Sep 17 00:00:00 2001 From: Andrew Giuliani Date: Fri, 17 May 2024 17:59:28 -0400 Subject: [PATCH] another edit to unit test --- tests/geo/test_boozersurface.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/geo/test_boozersurface.py b/tests/geo/test_boozersurface.py index 461437cc1..badd5b34e 100644 --- a/tests/geo/test_boozersurface.py +++ b/tests/geo/test_boozersurface.py @@ -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