mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
Remove symbolic import.
This commit is contained in:
parent
4a93e75ce2
commit
4be2ef267d
4 changed files with 0 additions and 361 deletions
|
|
@ -5,13 +5,3 @@ from kernel import Kernel
|
|||
from linear import Linear
|
||||
from mlp import MLP
|
||||
#from rbf import RBF
|
||||
# TODO need to fix this in a config file.
|
||||
try:
|
||||
import sympy as sym
|
||||
sympy_available=True
|
||||
except ImportError:
|
||||
sympy_available=False
|
||||
|
||||
if sympy_available:
|
||||
# These are likelihoods that rely on symbolic.
|
||||
from symbolic import Symbolic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue