gray/tests/01-ITER/__init__.py
Michele Guerini Rocco 6fad08ed7c
add tests
2024-02-09 11:16:17 +01:00

12 lines
219 B
Python

'''
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