Skip to content

Commit

Permalink
test: make test results less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Dec 15, 2022
1 parent 5aa11f2 commit 387005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bms_mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_tree_mcmc_stepping(
)

# MCMC
t.mcmc(burnin=200, thin=10, samples=samples, verbose=True)
t.mcmc(burnin=200, thin=10, samples=samples, verbose=False)

# Predict
print(t.predict(x))
Expand Down

0 comments on commit 387005e

Please sign in to comment.