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:
@ -7,6 +7,7 @@ from matplotlib.patches import Circle
|
||||
from pg_rad.landscape.landscape import Landscape
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
plt.set_loglevel(level='warning')
|
||||
|
||||
|
||||
class LandscapeSlicePlotter:
|
||||
|
||||
Reference in New Issue
Block a user