Skip to content

Commit

Permalink
increase n iter on weibull model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jburos committed Jan 7, 2017
1 parent bf2601a commit 8a4611d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_weibull_survival_model.py
Expand Up @@ -6,7 +6,7 @@
import numpy as np
from functools import partial
from nose.tools import ok_
num_iter = 500
num_iter = 800
from .test_datasets import load_test_dataset

model_code = survivalstan.models.weibull_survival_model
Expand Down

0 comments on commit 8a4611d

Please sign in to comment.