Skip to content

Commit 5722998

Browse files
committed
modified default niter value
1 parent eb8284b commit 5722998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basicrta/gibbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def plot_surv(self, scale=1, remove_noise=False, save=False, xlim=None,
812812
parser.add_argument('--contacts')
813813
parser.add_argument('--resid', type=int, default=None)
814814
parser.add_argument('--nproc', type=int, default=1)
815-
parser.add_argument('--niter', type=int, default=50000)
815+
parser.add_argument('--niter', type=int, default=110000)
816816
parser.add_argument('--ncomp', type=int, default=15)
817817
args = parser.parse_args()
818818

0 commit comments

Comments
 (0)