mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
removed reference to symbolic.py, which NDL deleted
This commit is contained in:
parent
d9005cd19e
commit
c51337ce09
2 changed files with 4 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ from sympy.utilities.iterables import numbered_symbols
|
|||
import scipy
|
||||
import GPy
|
||||
#from scipy.special import gammaln, gamma, erf, erfc, erfcx, polygamma
|
||||
from GPy.util.symbolic import normcdf, normcdfln, logistic, logisticln, erfcx, erfc, gammaln
|
||||
#@NDL you removed this file! #from GPy.util.symbolic import normcdf, normcdfln, logistic, logisticln, erfcx, erfc, gammaln
|
||||
def getFromDict(dataDict, mapList):
|
||||
return reduce(lambda d, k: d[k], mapList, dataDict)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue