
20 Oct
2014
20 Oct
'14
5:22 p.m.
New issue 928: loglevel not honored when set at runtime in a script https://bitbucket.org/yt_analysis/yt/issue/928/loglevel-not-honored-when-set...
Chris Malone:
Running this
from yt.config import ytcfg ytcfg['yt', 'loglevel'] = 1
import yt ds = yt.load("GasSloshing/sloshing_nomag2_hdf5_plt_cnt_0150") slc = yt.SlicePlot(ds, 'z', 'density')
does not turn off logging as it should. Note, however, that the `~/.yt/config` file is parsed properly.
_______________________________________________ yt-dev mailing list yt-dev@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org