Closed AlexVanMeegen closed 3 years ago
Just to be clear: I don't think this is a relevant problem. It is safer but I guess the effective connectivity is always normal. The main motivation is to match the code with the corresponding equation (7) in the paper.
Looks good to me. As soon as the tests are merged and provided all tests still pass (which I strongly suppose) this PR can be merged.
Hey @AlexVanMeegen, I would like to add the updated fixture data, but you first need to allow the maintainers to edit the PR.
Weird, the box is ticked: Is there anything else I need to do?
Sorry it was a mistake on my side. I was working in the wrong local repository...
No worries. Thanks for merging. And big hat tip for the integration test PR, impressive work!
Addresses #50. Use
scipy.linalg.eig
to get left eigenvectors instead ofnp.linalg.eig
andnp.linalg.inv
which implicitly assumes that the eigenvalues are nondegenerate.This does not affect the
sensitivity_measure.py
example because the eigenvalues are not degenerate.