18 lines
356 B
Python
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
|