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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jul 20 12:19:40 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/0338cb45996a/
Changeset:   0338cb45996a
Branch:      yt
User:        MatthewTurk
Date:        2016-07-20 17:17:18+00:00
Summary:     Adding closing paren to Mjup.
Affected #:  1 file

diff -r b3f018f29a22e04e36c41ba6537accd8c167f11c -r 0338cb45996a82dbaa61b942c2118fc9345b5bde yt/units/unit_lookup_table.py
--- a/yt/units/unit_lookup_table.py
+++ b/yt/units/unit_lookup_table.py
@@ -92,7 +92,7 @@
     "Lsun": (luminosity_sun_ergs_per_sec, dimensions.power, 0.0, r"L_\odot"),
     "Tsun": (temp_sun_kelvin, dimensions.temperature, 0.0, r"T_\odot"),
     "Zsun": (metallicity_sun, dimensions.dimensionless, 0.0, r"Z_\odot"),
-    "Mjup": (mass_jupiter_grams, dimensions.mass, 0.0, r"M_{\rm{Jup}"),
+    "Mjup": (mass_jupiter_grams, dimensions.mass, 0.0, r"M_{\rm{Jup}}"),
     "Mearth": (mass_earth_grams, dimensions.mass, 0.0, r"M_\oplus"),
 
     # astro distances


https://bitbucket.org/yt_analysis/yt/commits/b44c0b1bb9d3/
Changeset:   b44c0b1bb9d3
Branch:      yt
User:        ngoldbaum
Date:        2016-07-20 19:19:06+00:00
Summary:     Merged in MatthewTurk/yt (pull request #2295)

Add bracket to Mjup.  Closes #1246.
Affected #:  1 file

diff -r f2508397629ee2e657d3e6f78415b8209cb5f95f -r b44c0b1bb9d3cf0c8827c36e9bb133ca6cf14812 yt/units/unit_lookup_table.py
--- a/yt/units/unit_lookup_table.py
+++ b/yt/units/unit_lookup_table.py
@@ -92,7 +92,7 @@
     "Lsun": (luminosity_sun_ergs_per_sec, dimensions.power, 0.0, r"L_\odot"),
     "Tsun": (temp_sun_kelvin, dimensions.temperature, 0.0, r"T_\odot"),
     "Zsun": (metallicity_sun, dimensions.dimensionless, 0.0, r"Z_\odot"),
-    "Mjup": (mass_jupiter_grams, dimensions.mass, 0.0, r"M_{\rm{Jup}"),
+    "Mjup": (mass_jupiter_grams, dimensions.mass, 0.0, r"M_{\rm{Jup}}"),
     "Mearth": (mass_earth_grams, dimensions.mass, 0.0, r"M_\oplus"),
 
     # astro distances

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