PrincetonUniversity / DP_GP_cluster

BSD 3-Clause "New" or "Revised" License
73 stars 25 forks source link

Failing in Gibbs Sampler #15

Open italodovalle opened 5 years ago

italodovalle commented 5 years ago

Hi,

I've been trying to run the DP_GP functions without wrapper script (as in the example) and in the line

sim_mat, all_clusterings, sampled_clusterings, log_likelihoods, iter_num = GS.sampler()

I get the following error:

TypeError: object() takes no parameters.

Thanks

Best