From 129171e1f7a244270df055158557ba135d5542fd Mon Sep 17 00:00:00 2001 From: James Hensman Date: Thu, 16 Oct 2014 12:25:09 +0100 Subject: [PATCH] removed reference to symbolic.py, which NDL deleted --- GPy/util/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GPy/util/__init__.py b/GPy/util/__init__.py index 3a9fbdb8..4e42d80a 100644 --- a/GPy/util/__init__.py +++ b/GPy/util/__init__.py @@ -25,5 +25,6 @@ try: except ImportError as e: _sympy_available = False -if _sympy_available: - import symbolic +#@NDL: you deleted the symbolic.py file! +#if _sympy_available: + #import symbolic