-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
The code
code = """
stan_model
"""
compiled = nutpie.compile_stan_model(code=code)
compiled = compiled.with_data(mu=3.)
trace = nutpie.sample(compiled, save_warmup=True, low_rank_modified_mass_matrix=True, store_mass_matrix=True)
raises ValueError: cannot reshape array of size 0 into shape (1800,)
from
--> 407 return _trace_to_arviz(
408 results,
409 self._settings.num_tune,
...
--> 115 data[i, : len(chunk)] = values.reshape((len(chunk), *last_shape))
116 stats_dict[name] = data[:, n_tune:]
117 stats_dict_tune[name] = data[:, :n_tune]
daniel-s-tccc
Metadata
Metadata
Assignees
Labels
No labels