Closed jnsbck closed 3 years ago
Thanks a ton for the quick fix! Seems to do the trick :)
Hi Jonas!
Thanks for having reported this issue. As you have already seen, I have opened a PR #404. However, I had previously committed a "solution" in this PR which was not correct. According to the time at which you closed this issue, you are likely using this wrong "solution". I fixed this now. Please have another look at #404 and correct your code accordingly.
Again, thanks for reporting! Michael
Hey Michael,
I noticed something was off a few days ago too, but wasn't able to reproduce it in the stripped down example that I provided so I assumed it was something wrong with my implementation. Glad to know its solved now. Thanks for the heads-up and fix!
Best,
Jonas
Cool! Feel free to re-open the issue if the current fix still behaves weirdly for you :)
Michael
Ran my posteriors through the function, output seems a lot more sensible now. :)
Just noticed that this means the tutorial on your website also produces a different output now, in case you want to update it accordingly. :)
New: vs. Old:
Hi Jonas,
sorry for getting back to this so late. When running the tutorial notebook, my conditional correlation matrix does not change. It still looks like the "old" matrix (the second one you showed). Are you sure that your code is aligned with the current main
branch?
Michael
Hi Michael,
indeed, my code seemed to be misaligned with main. I just checked and the output matches the old one now. :)
Jonas
Under some circumstances, it seems, the conditional correlation matrix is not being normalised properly. (...or there is something else that I am missing entirely.)
Minimal code example to reproduce the issue:
The output this produces is similar to the following:
The output conditional_pairplot seems fine.
I have seen the issue persist for different density estimators, i.e. maf, although somehow I cannot reproduce it in this specific instance.
@ybernaerts FYI