[Yt-svn] yt-commit r746 - in tags/yt-1.0: . tests

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Mon Sep 1 14:38:01 PDT 2008


Author: mturk
Date: Mon Sep  1 14:38:01 2008
New Revision: 746
URL: http://yt.spacepope.org/changeset/746

Log:
Removed a unit test that shouldn't be there, and fixed the version number.



Modified:
   tags/yt-1.0/setup.py
   tags/yt-1.0/tests/test_lagos.py

Modified: tags/yt-1.0/setup.py
==============================================================================
--- tags/yt-1.0/setup.py	(original)
+++ tags/yt-1.0/setup.py	Mon Sep  1 14:38:01 2008
@@ -34,7 +34,7 @@
 
     setup(
         name = "yt",
-        version = "0.3",
+        version = "1.0",
         description = "A set of classes for manipulating Enzo Adaptive Mesh Refinement data",
         install_requires = ['matplotlib>=0.91.4',
                             'numpy>=1.0.3',

Modified: tags/yt-1.0/tests/test_lagos.py
==============================================================================
--- tags/yt-1.0/tests/test_lagos.py	(original)
+++ tags/yt-1.0/tests/test_lagos.py	Mon Sep  1 14:38:01 2008
@@ -231,13 +231,6 @@
             self.assertFalse(na.any(na.isnan(cg["Density"])))
             self.assertFalse(na.any(cg["Density"]==-999))
 
-    def testWrongDims(self):
-        self.failUnlessRaises(ValueError,
-                self.hierarchy.smoothed_covering_grid,
-                level=2, left_edge=[0.25, 0.25, 0.25],
-                right_edge=[0.75, 0.75, 0.75],
-                dims=[123, 124, 125])
-
     def testAddField(self):
         DIMS = 64
         i = 5



More information about the yt-svn mailing list