Exemplo n.º 1
0
def test_interactions_copy(interactions):
    testutil.assert_copy(interactions)
Exemplo n.º 2
0
def test_substratesample_copy(sample):
    testutil.assert_copy(sample)
Exemplo n.º 3
0
def test_inclusionsample_copy(sample):
    testutil.assert_copy(sample)
Exemplo n.º 4
0
def test_pencilbeam_copy(beam):
    testutil.assert_copy(beam)
Exemplo n.º 5
0
def test_photondetector_copy(detector):
    testutil.assert_copy(detector)
Exemplo n.º 6
0
def test_project_copy(project):
    project2 = testutil.assert_copy(project, assert_equality=False)
    assert len(project2.simulations) == 3
    assert len(project2.result_classes) == 3
Exemplo n.º 7
0
def test_simulationparameters_copy(simulationparameters):
    testutil.assert_copy(simulationparameters)
Exemplo n.º 8
0
def test_photonintensityanalysis_copy(analysis):
    testutil.assert_copy(analysis)
Exemplo n.º 9
0
def test_verticallayerssample_copy(sample):
    testutil.assert_copy(sample)
Exemplo n.º 10
0
def test_lazysimulationparameters_copy(lazysimulationparameters):
    testutil.assert_copy(lazysimulationparameters)
Exemplo n.º 11
0
def test_spheresample_copy(sample):
    testutil.assert_copy(sample)
Exemplo n.º 12
0
def test_simulation_copy(simulation):
    testutil.assert_copy(simulation)
Exemplo n.º 13
0
def test_lazylowestenergyxrayline_copy(lazylowestenergyxrayline):
    testutil.assert_copy(lazylowestenergyxrayline)
Exemplo n.º 14
0
def test_horizontallayerssample_copy(sample):
    testutil.assert_copy(sample)
Exemplo n.º 15
0
def test_model_copy():
    testutil.assert_copy(ModelMock.A)
Exemplo n.º 16
0
def test_program_copy(program):
    testutil.assert_copy(program)
Exemplo n.º 17
0
def test_material_copy(material):
    testutil.assert_copy(material)
Exemplo n.º 18
0
def test_gaussianbeam_copy(beam):
    testutil.assert_copy(beam)
Exemplo n.º 19
0
def test_lazymaterial_copy(lazy_material):
    testutil.assert_copy(lazy_material)
Exemplo n.º 20
0
def test_cylindricalbeam_copy(beam):
    testutil.assert_copy(beam)
Exemplo n.º 21
0
def test_samplebase_copy(sample):
    testutil.assert_copy(sample)