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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jun 27 13:15:38 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/51752dff3450/
Changeset:   51752dff3450
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-06-24 22:03:10
Summary:     Fixing an issue with Cooling_Time being read in with incorrect units.
Affected #:  1 file

diff -r 0e28105c1c3bbaeb901e4a1ad14b72577f6ba8c7 -r 51752dff3450019317f6d8c0d9d4277ab8d0b1da yt/frontends/enzo/fields.py
--- a/yt/frontends/enzo/fields.py
+++ b/yt/frontends/enzo/fields.py
@@ -49,7 +49,7 @@
 
 class EnzoFieldInfo(FieldInfoContainer):
     known_other_fields = (
-        ("Cooling_Time", ("code_time", ["cooling_time"], None)),
+        ("Cooling_Time", ("s", ["cooling_time"], None)),
         ("HI_kph", ("1/code_time", [], None)),
         ("HeI_kph", ("1/code_time", [], None)),
         ("HeII_kph", ("1/code_time", [], None)),


https://bitbucket.org/yt_analysis/yt/commits/dc6a369b263c/
Changeset:   dc6a369b263c
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-06-27 22:15:30
Summary:     Merged in ngoldbaum/yt/yt-3.0 (pull request #976)

Fixing an issue with Cooling_Time being read in with incorrect units.
Affected #:  1 file

diff -r b2896a72bf4e6be36e61024d901faac6c2b7564f -r dc6a369b263c68adaf02af5d14effa934aed93d8 yt/frontends/enzo/fields.py
--- a/yt/frontends/enzo/fields.py
+++ b/yt/frontends/enzo/fields.py
@@ -49,7 +49,7 @@
 
 class EnzoFieldInfo(FieldInfoContainer):
     known_other_fields = (
-        ("Cooling_Time", ("code_time", ["cooling_time"], None)),
+        ("Cooling_Time", ("s", ["cooling_time"], None)),
         ("HI_kph", ("1/code_time", [], None)),
         ("HeI_kph", ("1/code_time", [], None)),
         ("HeII_kph", ("1/code_time", [], None)),

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