X caching is not yet done, parameter caching working fine. X cache must be adjusted to update at the right times

This commit is contained in:
Max Zwiessele 2013-10-27 17:04:46 +00:00
parent d3721b76a8
commit d8151eee61
12 changed files with 249 additions and 109 deletions

View file

@ -4,7 +4,7 @@ import GPy
import numpy as np
import matplotlib as mpl
import time
import Image
from PIL import Image
try:
import visual
visual_available = True