[Upgrade] 'dgstrf info' in stdout, update scipy #2442
Labels
help wanted!
We are looking for contributions from the community to help with this issue
maintenance
miscellaneous tasks for housekeeping and maintenance
Bug report checklis
Searched the issues page for similar reports
Read the relevant sections of the documentation
Browse the tutorials and tests for usefull code snippets and examples of use
Reproduced the issue after updating with
pip install --upgrade pandapower
(orgit pull
)Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
Reproducible Example
In Scipy <1.14.1 (Pandapower currently uses 1.13.1) whenever we solve a Sparse matrix that is singular the following text is sent to stdout:
Since this comes from Scipy internally (compiled in C) there is no way to suppress it.
Solution
Thankfully this has been fixed in Scipy 1.14.1, see Issue 20933
If possible, can PandaPower upgrade to using Scipy 1.14.1?
Expected Behavior
Expect no messages to be written directly to stdout when encountering a singular sparse matrix.
Installed Versions
Label
The text was updated successfully, but these errors were encountered: