probcomp / cgpm

Library of composable generative population models which serve as the modeling and inference backend of BayesDB.
Apache License 2.0
25 stars 11 forks source link

Be more lenient when asserting isinstance(L, list) by changing to isinstance(L, (list, tuple)) #238

Closed fsaad closed 6 years ago