gray/tests/05-JT60SA-startup/__init__.py

13 lines
202 B
Python
Raw Normal View History

2023-12-18 00:52:11 +01:00
'''
JT-60SA startup with 2 reflections;
analytical equilibrium and profiles;
0D beam parameters;
circular beam, X2 mode
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass