mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +02:00
migrate grid tests to pytest
This commit is contained in:
parent
2568201d1b
commit
779f31da9c
1 changed files with 2 additions and 3 deletions
|
|
@ -3,13 +3,12 @@
|
||||||
|
|
||||||
# Kurt Cutajar
|
# Kurt Cutajar
|
||||||
|
|
||||||
import unittest
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import GPy
|
import GPy
|
||||||
|
|
||||||
|
|
||||||
class GridModelTest(unittest.TestCase):
|
class GridModelTest:
|
||||||
def setUp(self):
|
def setup(self):
|
||||||
######################################
|
######################################
|
||||||
# # 3 dimensional example
|
# # 3 dimensional example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue