Exemplo n.º 1
0
def test_simulation_example():
    run_hummingbird(conf=__thisdir__ + '/../examples/basic/simulation.py')
Exemplo n.º 2
0
def test_detector_example():
    run_hummingbird(conf=__thisdir__ + '/../examples/basic/detector.py')
Exemplo n.º 3
0
def test_hitfinding_example():
    run_hummingbird(conf=__thisdir__ + '/../examples/basic/hitfinding.py')
Exemplo n.º 4
0
def test_dummy_example():
    run_hummingbird(conf=__thisdir__ + '/../examples/basic/dummy.py')
Exemplo n.º 5
0
def test_simulation_example():
    run_hummingbird(conf=__thisdir__ + '/../examples/basic/simulation.py')
Exemplo n.º 6
0
def test_dummy_example():
    run_hummingbird(conf=__thisdir__ + '/../examples/basic/dummy.py')
Exemplo n.º 7
0
def test_lcls_mimi_hits_example():
    if test_import_backend_lcls():
        run_hummingbird(conf=__thisdir__ + '/../examples/lcls/mimi_hits.py')
    else:
        warnings.warn(UserWarning("The LCLS backend is not available and can therefore not be tested..."))
Exemplo n.º 8
0
def test_hitfinding_example():
    run_hummingbird(conf=__thisdir__ + '/../examples/basic/hitfinding.py')
Exemplo n.º 9
0
def test_detector_example():
    run_hummingbird(conf=__thisdir__ + '/../examples/basic/detector.py')