Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Apr 9, 2020
1 parent a792af7 commit 08b53c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_struct/test_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def test_simple(data, seed):
marginals = dist.marginals
assert ((samples.mean(0) - marginals).abs() < 0.2).all()

kmax = dist.kmax(5)
count = dist.count
dist.kmax(5)
dist.count


@given(data(), integers(min_value=1, max_value=20))
Expand Down

0 comments on commit 08b53c5

Please sign in to comment.