gray/tests/10-JETTO-interface/__init__.py

18 lines
356 B
Python
Raw Permalink Normal View History

2023-12-18 00:52:11 +01:00
'''
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