diff --git a/magneticalc/Wire_Presets.py b/magneticalc/Wire_Presets.py index 0fec5aa..d756eab 100644 --- a/magneticalc/Wire_Presets.py +++ b/magneticalc/Wire_Presets.py @@ -324,7 +324,7 @@ def rotate_xy(V: np.ndarray, A: float) -> np.ndarray: # Preset: A toroidal loop: 32 turns, hi-res, flat. ToroidalLoop32HiResFlat = { - "id": "Toroidal Loop: 32 turns, hi-res", + "id": "Toroidal Loop: 32 turns, hi-res, flat", "points": get_phase_jumping_toroidal_loop.__func__( # type: ignore n_points=2000, n_phase_jumps=1, toroidal_radius=1, poloidal_radius=.5,