From 779f31da9c4ddb5ace48403c4b2cf9aa721477d0 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Fri, 6 Oct 2023 08:13:24 +0200 Subject: [PATCH] migrate grid tests to pytest --- GPy/testing/grid_tests.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GPy/testing/grid_tests.py b/GPy/testing/grid_tests.py index c6aaf049..7739f233 100644 --- a/GPy/testing/grid_tests.py +++ b/GPy/testing/grid_tests.py @@ -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