mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +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
|
||||
|
||||
import unittest
|
||||
import numpy as np
|
||||
import GPy
|
||||
|
||||
|
||||
class GridModelTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
class GridModelTest:
|
||||
def setup(self):
|
||||
######################################
|
||||
# # 3 dimensional example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue