solve_network: Suppress logging noise from pypsa.pf
This commit is contained in:
parent
8e4f030ec8
commit
44d2d950e2
@ -8,6 +8,9 @@ import os
|
||||
import pypsa
|
||||
from pypsa.descriptors import free_output_series_dataframes
|
||||
|
||||
# Suppress logging of the slack bus choices
|
||||
pypsa.pf.logger.setLevel(logging.WARNING)
|
||||
|
||||
from vresutils.benchmark import memory_logger
|
||||
|
||||
def patch_pyomo_tmpdir(tmpdir):
|
||||
|
Loading…
Reference in New Issue
Block a user