def _analyse(self, results): return pfunk.assert_not_deviated_from( 0, self._pass_threshold, results, 'kld')
def _analyse(self, results): # The test has passed if the obtained ``fbest_relative`` has stayed # near 3 sigma of the mean, with return pfunk.assert_not_deviated_from(1.0, self._pass_threshold, results, 'fbest_relative')