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