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

18 lines
356 B
Python

'''
Test for the JETTO interface;
DTT scenario;
upper and equatorial launcher, 2D beam parameters;
circular beams, O1 mode;
estrapolation of ψ(R,z) required
Note: this test is still to do. Testing the JETTO
interface will require an ad-hoc binary that wraps
the gray_jetto1beam library.
'''
from .. import TestCase
class JETTOTest(TestCase):
pass