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

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