Revision: 4652
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4652&view=rev
Author:   mdboom
Date:     2007-12-06 10:49:35 -0800 (Thu, 06 Dec 2007)

Log Message:
-----------
Making note about broken unit test.

Modified Paths:
--------------
    branches/transforms/lib/matplotlib/dates.py

Modified: branches/transforms/lib/matplotlib/dates.py
===================================================================
--- branches/transforms/lib/matplotlib/dates.py 2007-12-06 18:47:50 UTC (rev 
4651)
+++ branches/transforms/lib/matplotlib/dates.py 2007-12-06 18:49:35 UTC (rev 
4652)
@@ -534,7 +534,7 @@
     def set_axis(self, axis):
         DateLocator.set_axis(self, axis)
         self._locator.set_axis(axis)
-    
+
     def refresh(self):
         'refresh internal information based on current lim'
         dmin, dmax = self.viewlim_to_dt()
@@ -664,7 +664,7 @@
 
         locator = RRuleLocator(rrule, self.tz)
         locator.set_axis(self.axis)
-        
+
         locator.set_view_interval(*self.axis.get_view_interval())
         locator.set_data_interval(*self.axis.get_data_interval())
         return locator
@@ -1039,6 +1039,7 @@
     delta = datetime.timedelta(hours=6)
     dates = drange(d1, d2, delta)
 
+    # MGDTODO: Broken on transforms branch
     #print 'orig', d1
     #print 'd2n and back', num2date(date2num(d1), tz)
     from _transforms import Value, Interval


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to