You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
In the PCCAPlus class from lumping.pcca_plus, the optimize_A method uses Scipy's optimize.anneal method. This is deprecated in SciPy v0.14.0 version, and it uses optimize.basinhopping instead. Scipy returns a couple warnings about this.
I have not yet investigated these methods enough to see how much of a difference this makes. I'd be happy to look into this more and submit a PR with the new method. I'm sure it's pretty trivial.
Thanks for all the great work here, too!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the PCCAPlus class from
lumping.pcca_plus
, theoptimize_A
method uses Scipy'soptimize.anneal
method. This is deprecated in SciPy v0.14.0 version, and it usesoptimize.basinhopping
instead. Scipy returns a couple warnings about this.I have not yet investigated these methods enough to see how much of a difference this makes. I'd be happy to look into this more and submit a PR with the new method. I'm sure it's pretty trivial.
Thanks for all the great work here, too!
The text was updated successfully, but these errors were encountered: