Exemplo n.º 1
0
def test_cell_count_ss():
    test_utils.assert_cell_count(_grid_ss(), 16500,
                                 tolerance=500, relative=False)
Exemplo n.º 2
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 1000, tolerance=0, relative=False)
Exemplo n.º 3
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 6000, relative=False)
Exemplo n.º 4
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 575000, tolerance=0.01)
def _assert_cell_count(sim_file, expected):
    test_utils.assert_cell_count(argument=sim_file, expected=expected,
                                 tolerance=0, relative=False)
Exemplo n.º 6
0
def test_cell_count_grid_001():
    test_utils.assert_cell_count(_grid(1), 900, tolerance=50, relative=False)
Exemplo n.º 7
0
def test_cell_count_ss():
    test_utils.assert_cell_count(_grid_ss(), 16750,
                                 tolerance=250, relative=False)
Exemplo n.º 8
0
def test_cell_count_grid_001():
    test_utils.assert_cell_count(_grid(1), 875,
                                 tolerance=25, relative=False)
Exemplo n.º 9
0
def test_cell_count_grid_002():
    test_utils.assert_cell_count(_grid(2), 2625,
                                 tolerance=25, relative=False)
Exemplo n.º 10
0
def test_cell_count_grid_002():
    test_utils.assert_cell_count(_grid(2), 2650, relative=False)
Exemplo n.º 11
0
def test_cell_count_grid_003():
    test_utils.assert_cell_count(_grid(3), 9275,
                                 tolerance=25, relative=False)
Exemplo n.º 12
0
def test_cell_count_grid_001():
    test_utils.assert_cell_count(_grid(1), 870, relative=False)
Exemplo n.º 13
0
def test_cell_count_grid_003():
    test_utils.assert_cell_count(_grid(3), 9290, relative=False)
Exemplo n.º 14
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 593235)
Exemplo n.º 15
0
def _assert_cell_count(sim_file, expected):
    test_utils.assert_cell_count(argument=sim_file,
                                 expected=expected,
                                 tolerance=0,
                                 relative=False)
Exemplo n.º 16
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 20087)
Exemplo n.º 17
0
def test_cell_count_des():
    test_utils.assert_cell_count(_grid_des(), 219109)
Exemplo n.º 18
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 6000, relative=False)
Exemplo n.º 19
0
def test_cell_count_grid_002():
    test_utils.assert_cell_count(_grid(2), 2625, tolerance=25, relative=False)
Exemplo n.º 20
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 720000,
                                 tolerance=0.01, relative=True)
Exemplo n.º 21
0
def test_cell_count_des():
    test_utils.assert_cell_count(_grid_des(), 218000,
                                 tolerance=0.01, relative=True)
Exemplo n.º 22
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 745527)
Exemplo n.º 23
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 15300, tolerance=0.02, relative=True)
Exemplo n.º 24
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 711000,
                                 tolerance=0.015, relative=True)
Exemplo n.º 25
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 162500, tolerance=0.01)
Exemplo n.º 26
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 161190)
Exemplo n.º 27
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 12617)
Exemplo n.º 28
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 11400)
Exemplo n.º 29
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 5000, tolerance=0, relative=False)
Exemplo n.º 30
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 67500, relative=True)
Exemplo n.º 31
0
def test_cell_count_des():
    test_utils.assert_cell_count(_grid_des(), 97500,
                                 tolerance=0.02, relative=True)
Exemplo n.º 32
0
def test_cell_count_grid_003():
    test_utils.assert_cell_count(_grid(3), 9275, tolerance=25, relative=False)
Exemplo n.º 33
0
def test_cell_count():
    test_utils.assert_cell_count(DEMO_ID, 161190)
Exemplo n.º 34
0
def test_cell_count_ss():
    test_utils.assert_cell_count(_grid_ss(), 16745)