Skip to content

Commit

Permalink
Merge branch 'main' into adding_utils_to_assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Dec 21, 2024
2 parents 9557711 + 6dffc2a commit be6e305
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 be6e305

Please sign in to comment.