Update __init__.py

This commit is contained in:
Max Zwiessele 2015-09-12 13:56:04 +01:00
parent 5e1ff63d6e
commit 85a96de17e

View file

@ -1,18 +1,18 @@
# Copyright (c) 2014, GPy authors (see AUTHORS.txt). # Copyright (c) 2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)
import base_plots import .base_plots
import models_plots import .models_plots
import priors_plots import .priors_plots
import variational_plots import .variational_plots
import kernel_plots import .kernel_plots
import dim_reduction_plots import .dim_reduction_plots
import mapping_plots import .mapping_plots
import Tango import .Tango
import visualize import .visualize
import latent_space_visualizations import .latent_space_visualizations
import netpbmfile import .netpbmfile
import inference_plots import .inference_plots
import maps import .maps
import img_plots import .img_plots
from ssgplvm import SSGPLVM_plot from .ssgplvm import SSGPLVM_plot