Skip to content

Commit

Permalink
Fix weird linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed Jan 12, 2024
1 parent c7910a4 commit 7e13090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/contrib/test_zuko.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_ZukoToPyro(multivariate: bool, rsample_and_log_prob: bool):
dist = normal(mu, sigma)

if rsample_and_log_prob:

def dummy(self, shape):
x = self.rsample(shape)
return x, self.log_prob(x)
Expand Down

0 comments on commit 7e13090

Please sign in to comment.