mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
Missing file, import line commented
This commit is contained in:
parent
67bc8f7830
commit
f7dae5f673
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ except ImportError:
|
|||
sympy_available=False
|
||||
|
||||
if sympy_available:
|
||||
from _src.symbolic2 import Symbolic
|
||||
#from _src.symbolic2 import Symbolic #NOTE Missing file
|
||||
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