File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11name : matplotlib
2- version : 0.7.2  
2+ version : 0.7.3  
33synopsis : Bindings to Matplotlib; a Python plotting library 
44description :
55 Matplotlib is probably the most full featured plotting library  out there.
@@ -45,6 +45,7 @@ test-suite matplotlib-test
4545 , tasty-hunit
4646 , tasty-expected-failure
4747 , tasty-golden
48+  , directory
4849 , bytestring
4950 , process
5051 , temporary
Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ pdfBivariateNormal x y sigmax sigmay mux muy sigmaxy =
103103--  * Tests
104104
105105main =  do 
106-  createDirectoryIfMissing " /tmp/imgs/" 
106+  createDirectoryIfMissing False   " /tmp/imgs/" 
107107 defaultMain $  tests " All tests" 
108108
109109main' =  do 
110-  createDirectoryIfMissing " /tmp/imgs/" 
110+  createDirectoryIfMissing False   " /tmp/imgs/" 
111111 defaultMain $  tests " Golden tests" 
112112
113113main'' =  do 
114-  createDirectoryIfMissing " /tmp/imgs/" 
114+  createDirectoryIfMissing False   " /tmp/imgs/" 
115115 defaultMain $  testGroup " All tests" " Execution tests" 
116116 , toneDownTests " Unreliable across machines" $  tests " Golden tests" 
117117
                         You can’t perform that action at this time. 
           
                  
0 commit comments