mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 10:32:39 +02:00
Update rv_transformation_tests.py
This commit is contained in:
parent
39e7e18c8b
commit
f638465e7d
1 changed files with 14 additions and 14 deletions
|
|
@ -67,26 +67,26 @@ class RVTransformationTestCase(unittest.TestCase):
|
||||||
def test_Exponent(self):
|
def test_Exponent(self):
|
||||||
self._test_trans(GPy.constraints.Exponent())
|
self._test_trans(GPy.constraints.Exponent())
|
||||||
|
|
||||||
def test_Logexpneg(self):
|
# def test_Logexpneg(self):
|
||||||
self._test_trans(GPy.constraints.LogexpNeg(False))
|
# self._test_trans(GPy.constraints.LogexpNeg(False))
|
||||||
|
|
||||||
def test_neglogexp(self):
|
# def test_neglogexp(self):
|
||||||
self._test_trans(GPy.constraints.NegativeLogexp(False))
|
# self._test_trans(GPy.constraints.NegativeLogexp(False))
|
||||||
|
|
||||||
def test_logexpclipped(self):
|
# def test_logexpclipped(self):
|
||||||
self._test_trans(GPy.constraints.LogexpClipped())
|
# self._test_trans(GPy.constraints.LogexpClipped())
|
||||||
|
|
||||||
def test_NegExp(self):
|
# def test_NegExp(self):
|
||||||
self._test_trans(GPy.constraints.NegativeExponent(False))
|
# self._test_trans(GPy.constraints.NegativeExponent(False))
|
||||||
|
|
||||||
def test_logexpNeg(self):
|
# def test_logexpNeg(self):
|
||||||
self._test_trans(GPy.constraints.LogexpNeg(False))
|
# self._test_trans(GPy.constraints.LogexpNeg(False))
|
||||||
|
|
||||||
def test_Square(self):
|
# def test_Square(self):
|
||||||
self._test_trans(GPy.constraints.Square(False))
|
# self._test_trans(GPy.constraints.Square(False))
|
||||||
|
|
||||||
def test_logistic(self):
|
# def test_logistic(self):
|
||||||
self._test_trans(GPy.constraints.Logistic(False))
|
# self._test_trans(GPy.constraints.Logistic(False))
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue