probcomp/cgpm

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

fsaad opened this issue · 0 comments

fsaad commented
Be more lenient when asserting isinstance(L, list) by changing to isinstance(L, (list, tuple))