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

Bitbucket commits-noreply at bitbucket.org
Wed Jun 22 10:48:08 PDT 2011


2 new changesets in yt:

http://bitbucket.org/yt_analysis/yt/changeset/2f37cf02cde6/
changeset:   2f37cf02cde6
branch:      yt
user:        MatthewTurk
date:        2011-06-22 19:47:19
summary:     Making the default width be 'unitary'
affected #:  1 file (6 bytes)

--- a/yt/utilities/command_line.py	Tue Jun 21 19:21:37 2011 +0200
+++ b/yt/utilities/command_line.py	Wed Jun 22 10:47:19 2011 -0700
@@ -85,7 +85,7 @@
                    help="Width in specified units"),
     unit    = dict(short="-u", long="--unit",
                    action="store", type="string",
-                   dest="unit", default='1',
+                   dest="unit", default='unitary',
                    help="Desired units"),
     center  = dict(short="-c", long="--center",
                    action="store", type="float",


http://bitbucket.org/yt_analysis/yt/changeset/658c4ed2320d/
changeset:   658c4ed2320d
branch:      yt
user:        MatthewTurk
date:        2011-06-22 19:47:44
summary:     Merge
affected #:  1 file (114 bytes)

--- a/yt/data_objects/field_info_container.py	Wed Jun 22 10:47:19 2011 -0700
+++ b/yt/data_objects/field_info_container.py	Wed Jun 22 10:47:44 2011 -0700
@@ -156,6 +156,8 @@
             pf = fake_parameter_file(lambda: 1)
             pf.current_redshift = pf.omega_lambda = pf.omega_matter = \
                 pf.hubble_constant = pf.cosmological_simulation = 0.0
+            pf.domain_left_edge = na.zeros(3, 'float64')
+            pf.domain_right_edge = na.ones(3, 'float64')
         self.pf = pf
         class fake_hierarchy(object):
             class fake_io(object):

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