[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Feb 26 08:32:14 PST 2018


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/29ba887ab7f1/
Changeset:   29ba887ab7f1
User:        Corentin Cadiou
Date:        2018-02-22 11:01:11+00:00
Summary:     change name of extra hydro variable to `hydro_...`
Affected #:  1 file

diff -r f4996439257b315b7e3982e21662d139f7855205 -r 29ba887ab7f175880d460d89abdcbc97558e7e2d yt/frontends/ramses/io.py
--- a/yt/frontends/ramses/io.py
+++ b/yt/frontends/ramses/io.py
@@ -298,7 +298,7 @@
                 if varname in mapping:
                     varname = mapping[varname]
                 else:
-                    varname = 'particle_%s' % varname
+                    varname = 'hydro_%s' % varname
 
                 fields.append((varname, dtype))
         else:


https://bitbucket.org/yt_analysis/yt/commits/23ef6350538f/
Changeset:   23ef6350538f
User:        ngoldbaum
Date:        2018-02-26 16:31:44+00:00
Summary:     Merge pull request #1701 from cphyc/change-field-name

[RAMSES] Change name of extra hydro variable to `hydro_...`
Affected #:  1 file

diff -r 04a209248af337415ce2e05cd7c82551592464e3 -r 23ef6350538f073de4e759e54832088055af7a3a yt/frontends/ramses/io.py
--- a/yt/frontends/ramses/io.py
+++ b/yt/frontends/ramses/io.py
@@ -298,7 +298,7 @@
                 if varname in mapping:
                     varname = mapping[varname]
                 else:
-                    varname = 'particle_%s' % varname
+                    varname = 'hydro_%s' % varname
 
                 fields.append((varname, dtype))
         else:

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list