mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-15 22:10:22 +00:00
suppress plotly error logging (#1332)
* raise logging level to critical for plot module * remove setlevel for plot logger
This commit is contained in:
parent
8c48f5b042
commit
59f34ebc5f
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ import pandas as pd
|
||||||
|
|
||||||
from fbprophet.diagnostics import performance_metrics
|
from fbprophet.diagnostics import performance_metrics
|
||||||
|
|
||||||
logger = logging.getLogger('fbprophet')
|
logger = logging.getLogger('fbprophet.plot')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue