mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
nosetests do not test expextation of psi_statistics
This commit is contained in:
parent
b3fe82718a
commit
03933f9604
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ import unittest
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
def deepTest(reason):
|
def deepTest(reason):
|
||||||
if 'deep' in reason:
|
if reason:
|
||||||
return lambda x:x
|
return lambda x:x
|
||||||
return unittest.skip("Not deep scanning, enable deepscan by adding 'deep' argument")
|
return unittest.skip("Not deep scanning, enable deepscan by adding 'deep' argument")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue