YuZhe
Results
1
comments of
YuZhe
def fit(self, stan_init, stan_data, **kwargs): (stan_init, stan_data) = self.prepare_data(stan_init, stan_data) if 'inits' not in kwargs and 'init' in kwargs: kwargs['inits'] = self.prepare_data(kwargs['init'], stan_data)[0] I think the problem is here (method...