[Yt-svn] commit/yt: sskory: Fixing a typo in profiles.py.

Bitbucket commits-noreply at bitbucket.org
Wed Oct 5 12:52:00 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/f666f1121f75/
changeset:   f666f1121f75
branch:      yt
user:        sskory
date:        2011-10-05 21:51:39
summary:     Fixing a typo in profiles.py.
affected #:  1 file (-1 bytes)

--- a/yt/data_objects/profiles.py	Thu Sep 15 23:17:17 2011 +0200
+++ b/yt/data_objects/profiles.py	Wed Oct 05 13:51:39 2011 -0600
@@ -271,7 +271,7 @@
         else:
             mi = ((source_data > self._bins.min())
                &  (source_data < self._bins.max()))
-        ds = source_data[mi]
+        sd = source_data[mi]
         if sd.size == 0:
             raise EmptyProfileData()
         # Stick the bins into our fixed bins, set at initialization

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