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