13 lines
202 B
Python
13 lines
202 B
Python
'''
|
|
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
|