def runtest(inifile, trajfile): logging.info("===== Method J - Cut off ===============") test_cut_off("J", trajfile, ped_distance, cut_off_has_effect)
def runtest(inifile, trajfile): logging.info("===== Method D - Cut off, no blind points ===============") test_cut_off("D", trajfile, ped_distance, cut_off_has_effect)