This fixes #47. The issue was .lp_conditional_test_fn, which checks for the rank of a matrix. However, this matrix can have 0 rows, causing the code to crash. I just added a check that sets fullRank_flag=FALSE if it detects a 0-dimensional matrix.
@jonathandroth Should be a small straightforward change. LMK if it looks fine.
This fixes #47. The issue was
.lp_conditional_test_fn
, which checks for the rank of a matrix. However, this matrix can have 0 rows, causing the code to crash. I just added a check that setsfullRank_flag=FALSE
if it detects a 0-dimensional matrix.@jonathandroth Should be a small straightforward change. LMK if it looks fine.