[Yt-svn] yt-commit r556 - trunk/yt/lagos/hop
    mturk at wrangler.dreamhost.com 
    mturk at wrangler.dreamhost.com
       
    Fri Jun 13 16:12:54 PDT 2008
    
    
  
Author: mturk
Date: Fri Jun 13 16:12:54 2008
New Revision: 556
URL: http://yt.spacepope.org/changeset/556
Log:
I broke yt.  This unbreaks it.
Modified:
   trunk/yt/lagos/hop/HopOutput.py
Modified: trunk/yt/lagos/hop/HopOutput.py
==============================================================================
--- trunk/yt/lagos/hop/HopOutput.py	(original)
+++ trunk/yt/lagos/hop/HopOutput.py	Fri Jun 13 16:12:54 2008
@@ -63,7 +63,7 @@
 
     def __parse_output(self):
         unique_ids = na.unique(self.tags)
-        counts = na.bincount((self.tags+1)
+        counts = na.bincount(self.tags+1)
         sort_indices = na.argsort(self.tags)
         grab_indices = na.indices(self.tags.shape).ravel()[sort_indices]
         cp = 0
    
    
More information about the yt-svn
mailing list