mirror of
https://github.com/pim-n/pg-rad
synced 2026-07-01 17:49:33 +02:00
suppress matplotlib and PIL debug logging
This commit is contained in:
@ -10,6 +10,9 @@ from pg_rad.simulator.outputs import SimulationOutput
|
||||
from pg_rad.landscape.landscape import Landscape
|
||||
|
||||
|
||||
plt.set_loglevel(level='warning')
|
||||
|
||||
|
||||
class ResultPlotter:
|
||||
def __init__(self, landscape: Landscape, output: SimulationOutput):
|
||||
self.landscape = landscape
|
||||
|
||||
Reference in New Issue
Block a user