Skip to content

Commit

Permalink
changed to 180 degrees model
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Dec 21, 2024
1 parent 5c4db57 commit 1101a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_assemblies/test_spherical_tokamak.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import importlib


@pytest.mark.parametrize("rotation_angle", [30, 360])
@pytest.mark.parametrize("rotation_angle", [30, 180])
@pytest.mark.skipif(not importlib.util.find_spec("cad_to_dagmc"), reason="Skipping transport tests")
def test_transport_with_magnets(rotation_angle):
from cad_to_dagmc import CadToDagmc
Expand Down

0 comments on commit 1101a11

Please sign in to comment.