mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 08:12:39 +02:00
more removal of references to broken files
This commit is contained in:
parent
50963ae28d
commit
4e85bb2ee3
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ except ImportError:
|
|||
|
||||
if sympy_available:
|
||||
from _src.symbolic import Symbolic
|
||||
from _src.eq import Eq
|
||||
from _src.heat_eqinit import Heat_eqinit
|
||||
#from _src.eq import Eq
|
||||
#from _src.heat_eqinit import Heat_eqinit
|
||||
#from _src.ode1_eq_lfm import Ode1_eq_lfm
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
|
||||
import sympy as sym
|
||||
from GPy.util.symbolic import normcdfln
|
||||
#from GPy.util.symbolic import normcdfln
|
||||
import numpy as np
|
||||
import link_functions
|
||||
from symbolic import Symbolic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue