openego / eDisGo

Optimization of flexibility options and grid expansion for distribution grids based on PyPSA
GNU Affero General Public License v3.0
37 stars 14 forks source link

Fix failing plotly tests #362

Closed mltja closed 1 year ago

mltja commented 1 year ago

Description

Plotly test were failing. Because trying remove from an empty logger handler list. The handler was removed before because plotly/dash put there a handler I don't want to be there. Now it's gone, why? I don't know, but it is probably okay.

Type of change