Skip to content

Commit

Permalink
Reduce number of states for test loom.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feras A Saad committed Nov 16, 2017
1 parent 3c751d9 commit 9237e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/disabled_test_loomcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_dependence_probability():
cctypes=['normal']*len(D),
distargs=[None]*6,
rng=gu.gen_rng(122),
num_states=64,
num_states=20,
)

logscore0 = engine.logpdf_score()
Expand Down

0 comments on commit 9237e19

Please sign in to comment.