mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 22:36:24 +02:00
[config] default stub install verbose
This commit is contained in:
parent
9d8ea1ba7c
commit
2e4be065d1
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ class TestNoiseModels(object):
|
|||
try:
|
||||
assert m.checkgrad(verbose=0, step=step)
|
||||
except:
|
||||
assert m.checkgrad(verbose=1)
|
||||
assert m.checkgrad(verbose=1, step=step)
|
||||
|
||||
###########
|
||||
# EP test #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue