13 lines
206 B
Python
13 lines
206 B
Python
'''
|
|
TCV shot #55394 at t=0.703;
|
|
analytical profiles;
|
|
vertical launcher, 0D beam parameters;
|
|
simple astigmatic beam, X3 mode
|
|
'''
|
|
|
|
from .. import TestCase, GrayTest
|
|
|
|
|
|
class Test(GrayTest, TestCase):
|
|
pass
|