pymc3 failing C.I. tests
The nightly C.I. tests are failing due to some change in pymc3
self._theano_function = theano.function(
> inputs, [self._cost_joined, grad], givens=givens, **kwargs)
E TypeError: function() got an unexpected keyword argument 'live_plot'
@matthew-pitkin have you seen this error before?
Edited by Gregory Ashton