[yt-svn] commit/yt: jzuhone: Merged in bwkeller/yt/bugfix-1035 (pull request #1641)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Jul 18 06:51:40 PDT 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/7427f58f1825/
Changeset:   7427f58f1825
Branch:      yt
User:        jzuhone
Date:        2015-07-18 13:51:32+00:00
Summary:     Merged in bwkeller/yt/bugfix-1035 (pull request #1641)

Bugfix for 1035
Affected #:  2 files

diff -r eef682fe125dc8f36c86c89453fc7ab6481c994d -r 7427f58f1825c352d68365489c615c7a25c59c5f yt/frontends/tipsy/data_structures.py
--- a/yt/frontends/tipsy/data_structures.py
+++ b/yt/frontends/tipsy/data_structures.py
@@ -180,7 +180,7 @@
                 self.domain_left_edge = None
                 self.domain_right_edge = None
         else: 
-            bbox = self.arr(self.bounding_box, 'code_length', dtype="float64")
+            bbox = np.array(self.bounding_box, dtype="float64")
             if bbox.shape == (2, 3):
                 bbox = bbox.transpose()
             self.domain_left_edge = bbox[:,0]

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