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

Bitbucket commits-noreply at bitbucket.org
Fri Sep 14 11:42:32 PDT 2012


2 new commits in yt:


https://bitbucket.org/yt_analysis/yt/changeset/a95c5836ddd0/
changeset:   a95c5836ddd0
branch:      yt
user:        ngoldbaum
date:        2012-09-14 20:35:20
summary:     Switching the default unit for command line plotting to '1' intead of 'unitary'.
affected #:  1 file

diff -r 86ad53e706609810e95b989191c85e1365768859 -r a95c5836ddd0a331a2c31c06ff90b2bff572efe0 yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -152,7 +152,7 @@
                    help="Width in specified units"),
     unit    = dict(short="-u", long="--unit",
                    action="store", type=str,
-                   dest="unit", default='unitary',
+                   dest="unit", default='1',
                    help="Desired units"),
     center  = dict(short="-c", long="--center",
                    action="store", type=float,



https://bitbucket.org/yt_analysis/yt/changeset/af06f14fcd9e/
changeset:   af06f14fcd9e
branch:      yt
user:        MatthewTurk
date:        2012-09-14 20:42:30
summary:     Merged in ngoldbaum/yt-cleancopy (pull request #272)
affected #:  1 file

diff -r bb29b353e351c0cadb58459b4348dbfc12145771 -r af06f14fcd9eab09d59a8f065a42c64731fb3f5d yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -152,7 +152,7 @@
                    help="Width in specified units"),
     unit    = dict(short="-u", long="--unit",
                    action="store", type=str,
-                   dest="unit", default='unitary',
+                   dest="unit", default='1',
                    help="Desired units"),
     center  = dict(short="-c", long="--center",
                    action="store", type=float,

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