Skip to content

Commit

Permalink
Small change to trigger pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayam753 committed Jul 16, 2020
1 parent 9316657 commit ae4edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc4/variational/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def split(self, flatten_tensor: tf.Tensor) -> Dict[str, tf.Tensor]:
split_view[param] = tf.cast(tf.reshape(flatten_tensor[slc], shape), dtype)
return split_view

def split_samples(self, samples, n):
def split_samples(self, samples: tf.Tensor, n: int):
"""Split view of samples after drawing samples from posterior."""
q_samples = dict()
for param in self.free_rvs.keys():
Expand Down

0 comments on commit ae4edf1

Please sign in to comment.