mihawk2016
Results
2
comments of
mihawk2016
# models.py ``` 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] del kwargs['init'] # add...
> I'm also using openxlsx to create excel files with multiple conditional formattings in one sheet. They work just fine in LibreOffice 5.4.3.2 and in Excel 2011. However they appear...