We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be965dc commit 78a1304Copy full SHA for 78a1304
1 file changed
cmdstanpy/stanfit/mle.py
@@ -77,9 +77,7 @@ def create_inits(
77
"""
78
# pylint: disable=unused-argument
79
80
- return {
81
- name: np.array(val) for name, val in self.stan_variables().items()
82
- }
+ return self.stan_variables()
83
84
def __repr__(self) -> str:
85
repr = 'CmdStanMLE: model={}{}'.format(
0 commit comments