mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
Changes according to files reloaction
This commit is contained in:
parent
064a57f851
commit
73546f2408
1 changed files with 0 additions and 11 deletions
|
|
@ -4,21 +4,12 @@
|
|||
|
||||
import linalg
|
||||
import misc
|
||||
import plot
|
||||
import squashers
|
||||
import Tango
|
||||
import warping_functions
|
||||
import datasets
|
||||
import mocap
|
||||
import visualize
|
||||
import decorators
|
||||
import classification
|
||||
import latent_space_visualizations
|
||||
try:
|
||||
import maps
|
||||
except:
|
||||
pass
|
||||
maps = "warning: the maps module requires pyshp (shapefile). Install it to remove this message"
|
||||
|
||||
try:
|
||||
import sympy
|
||||
|
|
@ -29,5 +20,3 @@ except ImportError as e:
|
|||
|
||||
if _sympy_available:
|
||||
import symbolic
|
||||
|
||||
import netpbmfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue