Skip to content

Commit aa560c8

Browse files
Apply formatter
1 parent 0b8bf36 commit aa560c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pymc/variational/streaming.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ def factory() -> Iterator[np.ndarray]:
553553
return factory
554554

555555

556-
557556
def _promote_to_block(a: np.ndarray, sample_shape: tuple[int, ...]) -> np.ndarray:
558557
"""Return ``a`` as a ``(rows, *sample_shape)`` block; a single sample becomes one row."""
559558
if a.shape == sample_shape:

0 commit comments

Comments
 (0)