gray/tests/01-ITER/__init__.py

12 lines
219 B
Python
Raw Permalink Normal View History

2023-12-18 00:52:11 +01:00
'''
ITER inductive scenario at B = 5.3T and Ip = 15MA;
lower steering mirror (LSM), 1D beam parameters;
simple astigmatic beam, O1 mode;
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass