Remove symbolic import.

This commit is contained in:
Neil Lawrence 2014-10-16 15:44:55 +01:00
parent 4a93e75ce2
commit 4be2ef267d
4 changed files with 0 additions and 361 deletions

View file

@ -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