Skip to content

Commit

Permalink
changed default thinning parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Jan 21, 2025
1 parent 42b7f29 commit 92e03df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicrta/gibbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class Gibbs(object):
"""

def __init__(self, times=None, residue=None, loc=0, ncomp=15, niter=110000,
cutoff=None, g=100, burnin=10000):
cutoff=None, g=50, burnin=10000):
self.times = times
self.residue = residue
self.niter = niter
Expand Down

0 comments on commit 92e03df

Please sign in to comment.