Skip to content

Commit 66512d5

Browse files
committed
Remove _step_size initialization from assemble_draws
1 parent d23a9d6 commit 66512d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmdstanpy/stanfit/mcmc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ def _assemble_draws(self) -> None:
450450
dtype=np.float64,
451451
order='F',
452452
)
453-
self._step_size = np.empty(self.chains, dtype=np.float64)
454453

455454
for chain in range(self.chains):
456455
try:

0 commit comments

Comments
 (0)