Searched refs:max_heavy (Results 1 – 2 of 2) sorted by relevance
18 def __init__(self, max_heavy): argument26 assert max_heavy > 027 self.max_heavy = max_heavy33 if self.n_heavy < self.max_heavy:
64 def _test(self, tests, batch_size, max_heavy): argument69 sequence_proc = SequenceProc(max_heavy)83 sum(int(test.is_heavy) for test in execution.tests), max_heavy)