mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
removing Neils mid-atlantic commit because he failed to add the relevant files to the repo
This commit is contained in:
parent
38f6d6a911
commit
661693fe99
1 changed files with 12 additions and 11 deletions
|
|
@ -12,15 +12,16 @@ from _src.ssrbf import SSRBF # TODO: ZD: did you remove this?
|
||||||
from _src.ODE_UY import ODE_UY
|
from _src.ODE_UY import ODE_UY
|
||||||
|
|
||||||
# TODO: put this in an init file somewhere
|
# TODO: put this in an init file somewhere
|
||||||
try:
|
#I'm commenting this out because the files were not added. JH. Remember to add the files before commiting
|
||||||
import sympy as sym
|
#try:
|
||||||
sympy_available=True
|
#import sympy as sym
|
||||||
except ImportError:
|
#sympy_available=True
|
||||||
sympy_available=False
|
#except ImportError:
|
||||||
|
#sympy_available=False
|
||||||
|
#
|
||||||
|
#if sympy_available:
|
||||||
|
#from _src.symbolic2 import Symbolic
|
||||||
|
#from _src.eq import Eq
|
||||||
|
#from _src.heat_eqinit import Heat_eqinit
|
||||||
|
#from _src.ode1_eq_lfm import Ode1_eq_lfm
|
||||||
|
|
||||||
if sympy_available:
|
|
||||||
from _src.symbolic2 import Symbolic
|
|
||||||
from _src.eq import Eq
|
|
||||||
from _src.heat_eqinit import Heat_eqinit
|
|
||||||
from _src.ode1_eq_lfm import Ode1_eq_lfm
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue