Home | History | Annotate | Download | only in test

Lines Matching refs:test_values

59         self.test_values = open(test_file)
62 self.test_values.close()
239 # test_values in (0, 1)
240 test_values = [0.01, 0.1, 0.2, 0.5, 0.9, 0.99]
242 # test_values for functions defined on [-1., 1.]
243 unit_interval = test_values + [-x for x in test_values] + \
246 # test_values for log, log10, sqrt
247 positive = test_values + [1.] + [1./x for x in test_values]
250 # test_values for functions defined on the whole real line