Issue #928: loglevel not honored when set at runtime in a script (yt_analysis/yt)

Oct. 20, 2014
8: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
3794
Age (days ago)
3794
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Malone