File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,6 @@ def setup(app):
146146 app .registry .source_suffix .pop (".ipynb" , None )
147147
148148
149- # To avoid warning in doc about standard error
150- suppress_warnings = ["mystnb.stderr" ]
151-
152149# -- Options for HTML output -------------------------------------------------
153150
154151# The theme to use for HTML and HTML Help pages. See the documentation for
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def fit(
147147 ref = reference_elev , multiproc_config = self .mp_config , silent = True
148148 )
149149
150- logging .warning (f"No reprojected DEM returned, but saved at { self .output_path_reproject } " )
150+ logging .info (f"No reprojected DEM returned, but saved at { self .output_path_reproject } " )
151151
152152 self .meta ["inputs" ] = self .procstep .meta ["inputs" ] # type: ignore
153153
You can’t perform that action at this time.
0 commit comments