mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
remove unittest imports
This commit is contained in:
parent
654edd6f22
commit
caba8fd63f
3 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
The test cases for various inference algorithms
|
||||
"""
|
||||
|
||||
import unittest
|
||||
import numpy as np
|
||||
import GPy
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue