mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 04:52:37 +02:00
[tests] for issue ##146 and #147, fixing parameters inside __init__
This commit is contained in:
parent
5ab16915a9
commit
d263432dde
3 changed files with 26 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ class Test(unittest.TestCase):
|
|||
self.assertEqual(self._first, self._trigger, 'priority should be second')
|
||||
self.assertEqual(self._second, self._trigger_priority, 'priority should be second')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
#import sys;sys.argv = ['', 'Test.testName']
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue