removed import of non-added file (Mu)

This commit is contained in:
James Hensman 2014-04-30 13:10:01 +01:00
parent 77ef2ef2cf
commit 02f62dea2d

View file

@ -10,7 +10,7 @@ from _src.independent_outputs import IndependentOutputs, Hierarchical
from _src.coregionalize import Coregionalize
from _src.ssrbf import SSRBF # TODO: ZD: did you remove this?
from _src.ODE_UY import ODE_UY
from _src.ODE_UYC import ODE_UYC
#from _src.ODE_UYC import ODE_UYC ADD THIS FILE TO THE REPO!!
from _src.ODE_st import ODE_st
# TODO: put this in an init file somewhere
#I'm commenting this out because the files were not added. JH. Remember to add the files before commiting