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

13 lines
211 B
Python

'''
JT-60SA scenario 2;
partial absorption, reflection and more absorption;
2D beam parameters;
general astigmatic beam, O2 mode
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass