Skip to content

Commit

Permalink
making problem smaller to avoid issues with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed Apr 16, 2024
1 parent 4c418f5 commit 80e23bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geo/test_boozersurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def test_boozer_penalty_constraints_cpp_notcpp(self):
for surfacetype in surfacetypes_list:
for stellsym in stellsym_list:
for weight_inv_modB in [False, True]:
for (optimize_G, nphi, ntheta) in [(True, 1, 1), (False, 1, 1), (True, 2, 2), (False, 2, 1), (True, 6, 13), (False, 7, 13),(True, 3, 3), (False, 3, 3)]:
for (optimize_G, nphi, ntheta) in [(True, 1, 1), (False, 1, 1), (True, 2, 2), (False, 2, 1), (True, 6, 9), (False, 7, 8),(True, 3, 3), (False, 3, 3)]:
with self.subTest(surfacetype=surfacetype,
stellsym=stellsym,
optimize_G=optimize_G,
Expand Down

0 comments on commit 80e23bc

Please sign in to comment.