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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Sep 19 21:49:48 PDT 2013


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/245ae278ae8c/
Changeset:   245ae278ae8c
Branch:      yt
User:        ngoldbaum
Date:        2013-09-19 08:00:16
Summary:     Making comoving units more mathematical.  Closes #431.
Affected #:  1 file

diff -r 3a30978c25bff2907e795ffe7faef158e2c7a382 -r 245ae278ae8c49fbc179a025d4ac7c9247ff26c3 yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -919,7 +919,7 @@
                     if hinv:
                         un = un + '\,h^{-1}'
                     if comoving:
-                        un = 'Comoving\/'+un
+                        un = un + '\,(1+z)^{-1}'
                     axes_unit_labels[i] = '\/\/('+un+')'
 
             if self.oblique:


https://bitbucket.org/yt_analysis/yt/commits/eb6828b54251/
Changeset:   eb6828b54251
Branch:      yt
User:        MatthewTurk
Date:        2013-09-20 06:49:44
Summary:     Merged in ngoldbaum/yt (pull request #601)

Making comoving units more mathematical.  Closes #431.
Affected #:  1 file

diff -r 21dcf6d1ff83ef77cd89732d49c68ff12702f09d -r eb6828b542513094bce0c440343f80c34dfddbea yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -919,7 +919,7 @@
                     if hinv:
                         un = un + '\,h^{-1}'
                     if comoving:
-                        un = 'Comoving\/'+un
+                        un = un + '\,(1+z)^{-1}'
                     axes_unit_labels[i] = '\/\/('+un+')'
 
             if self.oblique:

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