PySpice-org / PySpice

Simulate electronic circuit using Python and the Ngspice / Xyce simulators
https://pyspice.fabrice-salvaire.fr
GNU General Public License v3.0
661 stars 175 forks source link

Fix: Incorrectly handles stderr outputs that aren't errors from libngspice version 43 #381

Open Kreijstal opened 1 month ago

Kreijstal commented 1 month ago

Fixes #379

This pull request addresses an issue where PySpice incorrectly handles certain stderr outputs from libngspice version 43, specifically messages like "Using SPARSE 1.3 as Direct Linear Solver". These messages, while appearing on stderr, are informational and not indicative of errors.

Changes: