remove unittest imports

This commit is contained in:
Martin Bubel 2023-10-18 20:17:29 +02:00
parent 654edd6f22
commit caba8fd63f
3 changed files with 0 additions and 3 deletions

View file

@ -4,7 +4,6 @@
"""
Testing state space related functions.
"""
import unittest
import numpy as np
import GPy
import GPy.models.state_space_model as SS_model

View file

@ -5,7 +5,6 @@
The test cases for various inference algorithms
"""
import unittest
import numpy as np
import GPy

View file

@ -1,7 +1,6 @@
# Copyright (c) 2012, 2013 GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import unittest
import numpy as np
import GPy