Searched refs:overlap_option (Results 1 – 1 of 1) sorted by relevance
1056 def test_compute_overlap_rate(self, overlap_option): argument1060 cmd = self.CMD.format('--compute-overlap-rate', overlap_option).split()1061 result = self.get_match_result(cmd, "compute_overlap_rate", overlap_option)1063 assert result == 0, "compute_overlap_rate para {} failed".format(overlap_option)