<html><body>
<p>2 new commits in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/98f574019641/">https://bitbucket.org/yt_analysis/yt/commits/98f574019641/</a> Changeset:   98f574019641 Branch:      yt User:        brittonsmith Date:        2016-04-11 09:58:20+00:00 Summary:     Changing function so it is not inside parallel_root_only calling another parallel_root_only function. Affected #:  1 file</p>
<p>diff -r d5af145f1ac7993c2f94c2a4cc0d75824d019f98 -r 98f574019641870daa04925a51a98644bf368f6d yt/frontends/ytdata/data_structures.py --- a/yt/frontends/ytdata/data_structures.py +++ b/yt/frontends/ytdata/data_structures.py @@ -40,6 +40,8 @@</p>
<pre>    ParticleFile
from yt.extern.six import \
    string_types</pre>
<p>+from yt.funcs import \ +    is_root</p>
<pre>from yt.geometry.grid_geometry_handler import \
    GridIndex
from yt.geometry.particle_geometry_handler import \</pre>
<p>@@ -657,15 +659,15 @@</p>
<pre>        self.domain_width = self.domain_right_edge - \
          self.domain_left_edge
</pre>
<ul><li><p>@parallel_root_only def print_key_parameters(self):</p></li>
<li><p>mylog.info("YTProfileDataset")</p></li>
<li><p>for a in ["dimensionality", “profile_dimensions”] + \</p></li>
<li><p>["%s_%s" % (ax, attr)</p></li>
<li><p>for ax in "xyz"[:self.dimensionality]</p></li>
<li><p>for attr in ["field", “range”, "log"]]:</p></li>
<li><p>v = getattr(self, a)</p></li>
<li><p>mylog.info("Parameters: %-25s = %s", a, v)</p></li></ul>
<p>+        if is_root(): +            mylog.info("YTProfileDataset") +            for a in ["dimensionality", “profile_dimensions”] + \ +              ["%s_%s" % (ax, attr) +               for ax in “xyz"[:self.dimensionality] +               for attr in ["field”, “range”, “log"]]: +                v = getattr(self, a) +                mylog.info("Parameters: %-25s = %s”, a, v)</p>
<pre>        super(YTProfileDataset, self).print_key_parameters()

    @classmethod</pre>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/843a342ee510/">https://bitbucket.org/yt_analysis/yt/commits/843a342ee510/</a> Changeset:   843a342ee510 Branch:      yt User:        ngoldbaum Date:        2016-04-21 16:03:09+00:00 Summary:     Merged in brittonsmith/yt (pull request #2126)</p>
<p>[BUGFIX] cannot call parallel_root_only function inside a parallel_root_only function Affected #:  1 file</p>
<p>diff -r 248ccc5ef8b46d83682344d249c8de1c964759ab -r 843a342ee5101c18f9acf8a490bdea39d4ee0fc2 yt/frontends/ytdata/data_structures.py --- a/yt/frontends/ytdata/data_structures.py +++ b/yt/frontends/ytdata/data_structures.py @@ -40,6 +40,8 @@</p>
<pre>    ParticleFile
from yt.extern.six import \
    string_types</pre>
<p>+from yt.funcs import \ +    is_root</p>
<pre>from yt.geometry.grid_geometry_handler import \
    GridIndex
from yt.geometry.particle_geometry_handler import \</pre>
<p>@@ -657,15 +659,15 @@</p>
<pre>        self.domain_width = self.domain_right_edge - \
          self.domain_left_edge
</pre>
<ul><li><p>@parallel_root_only def print_key_parameters(self):</p></li>
<li><p>mylog.info("YTProfileDataset")</p></li>
<li><p>for a in ["dimensionality", “profile_dimensions”] + \</p></li>
<li><p>["%s_%s" % (ax, attr)</p></li>
<li><p>for ax in "xyz"[:self.dimensionality]</p></li>
<li><p>for attr in ["field", “range”, "log"]]:</p></li>
<li><p>v = getattr(self, a)</p></li>
<li><p>mylog.info("Parameters: %-25s = %s", a, v)</p></li></ul>
<p>+        if is_root(): +            mylog.info("YTProfileDataset") +            for a in ["dimensionality", “profile_dimensions”] + \ +              ["%s_%s" % (ax, attr) +               for ax in “xyz"[:self.dimensionality] +               for attr in ["field”, “range”, “log"]]: +                v = getattr(self, a) +                mylog.info("Parameters: %-25s = %s”, a, v)</p>
<pre>        super(YTProfileDataset, self).print_key_parameters()

    @classmethod</pre>
<p>Repository URL: <a href="https://bitbucket.org/yt_analysis/yt/">https://bitbucket.org/yt_analysis/yt/</a></p>
<p>—</p>
<p>This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.</p>

<img src="http://link.bitbucket.org/wf/open?upn=ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27Cp0edvVo70tdL1fGejT-2FaL9Xh82OPLPbYoPdr1KxPesl8dB3LbLP2zw01VW-2FxNENWrqjVjoMZCzZdiGFWhSbQ51wtEDx0Mqv8awS7G6sCMIiFYSJkXG8LjdZcpS-2FzCcueE6jE5q6rmBilTvgvdWYbEoxlUezxDPgIYB7fBXczY8NPYkOHxiWCbhi2c-2FmM4Als-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>