vinecopulib/pyvinecopulib

Sanity check for pcs/mat order

tnagler opened this issue · 1 comments

pv.Vinecop(pcs, mat)

fails with a memory corruption, because of our change in argument order. We should prevent that.

Now corrected with #61.