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
05be8a959d
commit
57ad1debfd
1 changed files with 7 additions and 1 deletions
|
|
@ -63,7 +63,13 @@ class RVTransformationTestCase(unittest.TestCase):
|
|||
def test_Logexp(self):
|
||||
self._test_trans(GPy.constraints.Logexp())
|
||||
self._test_trans(GPy.constraints.Exponent())
|
||||
|
||||
self._test_trans(GPy.constraints.LogexpNeg())
|
||||
self._test_trans(GPy.constraints.NegativeLogexp())
|
||||
self._test_trans(GPy.constraints.LogexpClipped())
|
||||
self._test_trans(GPy.constraints.NegativeExponent())
|
||||
self._test_trans(GPy.constraints.LogexpNeg())
|
||||
self._test_trans(GPy.constraints.Square())
|
||||
self._test_trans(GPy.constraints.Logistic())
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue