LCA-ActivityBrowser / activity-browser

GUI for brightway2
GNU Lesser General Public License v3.0
134 stars 50 forks source link

Removed debug panel and StdRedirector #1223

Closed mrvisscher closed 4 months ago

mrvisscher commented 5 months ago

Removes the StdRedirector and consequently debug panel from the AB. The StdRedirector was causing thread instability when they were printing, leading to random crashes without any explanation. This is fixed by removing the redirector, which was necessary for the debug panel to function. Because you can also use your regular console window to read debug messages, it is fine to remove the debug panel in my opinion.

Checklist

coveralls commented 5 months ago

Coverage Status

coverage: 50.688% (-0.2%) from 50.857% when pulling edea1a56096a975cd7b73c7f2bfda8abfbaba3cd on mrvisscher:remove-debug-panel into cf3b312f9a261ad1f91b10593319e8a19ee645e7 on LCA-ActivityBrowser:master.