Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanici committed Oct 16, 2024
1 parent f2873e2 commit 91c33cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ def test_regcoil_PF_check_B(regcoil_PF_coils):
data,
surface_current_field,
eq,
) = regcoil_PF_coils()
) = regcoil_PF_coils
assert surface_current_field.G == 0
assert abs(surface_current_field.I) > 0
chi_B = data["chi^2_B"][0]
Expand Down

0 comments on commit 91c33cd

Please sign in to comment.