mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 17:52:39 +02:00
12 lines
195 B
Python
12 lines
195 B
Python
"""
|
|
|
|
MaxZ
|
|
|
|
"""
|
|
import unittest
|
|
import sys
|
|
|
|
def deepTest(reason):
|
|
if reason:
|
|
return lambda x:x
|
|
return unittest.skip("Not deep scanning, enable deepscan by adding 'deep' argument")
|