Making a note here: We may need to update our usage of scipy's nnls optimization, in the admixture function in Manips. It may have changed from scipy 1.11 to 1.12, but this will take some testing.
This was noticed in errors in tests on PR #146. I have scipy 1.11 installed locally, but 1.12 was installed in the PR checks.
I added a work-around in PR #146, but may result in some cases where the nnls errors out. So I'll leave this issue open in case scipy 1.12 nnls function calls present any problems.
Making a note here: We may need to update our usage of scipy's nnls optimization, in the admixture function in Manips. It may have changed from scipy 1.11 to 1.12, but this will take some testing.
This was noticed in errors in tests on PR #146. I have scipy 1.11 installed locally, but 1.12 was installed in the PR checks.