Closed jessecusack closed 1 year ago
Can you post your main routine and an ls of your P files. Also, the log file would be useful.
I kind of solved this by deleting profileInfo.mat
and rerunning the code, but I'll leave the issue open in case a similar issue comes up.
This is dramatically cleaned up in the refactor and parallelization.
Great, I'll join this issue to the PR.
I'm trying to run perturb on the glider p files and the
qUse
parameter is set to false somewhere, so none of the p files are processed. I cannot yet figure out why...Ok, it was because
my_joiner
prefers the rhs table over the lhs and for some reason the rhs table was full ofqUse = false
. The rhs is loaded frominfo.p2mat_filename
... I am not sure how or when this was created with so many falses.