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 1
1
name : matplotlib
2
- version : 0.7.2
2
+ version : 0.7.3
3
3
synopsis : Bindings to Matplotlib; a Python plotting library
4
4
description :
5
5
Matplotlib is probably the most full featured plotting library out there.
@@ -45,6 +45,7 @@ test-suite matplotlib-test
45
45
, tasty-hunit
46
46
, tasty-expected-failure
47
47
, tasty-golden
48
+ , directory
48
49
, bytestring
49
50
, process
50
51
, temporary
Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ pdfBivariateNormal x y sigmax sigmay mux muy sigmaxy =
103
103
-- * Tests
104
104
105
105
main = do
106
- createDirectoryIfMissing " /tmp/imgs/"
106
+ createDirectoryIfMissing False " /tmp/imgs/"
107
107
defaultMain $ tests " All tests" testPlot
108
108
109
109
main' = do
110
- createDirectoryIfMissing " /tmp/imgs/"
110
+ createDirectoryIfMissing False " /tmp/imgs/"
111
111
defaultMain $ tests " Golden tests" testPlotGolden
112
112
113
113
main'' = do
114
- createDirectoryIfMissing " /tmp/imgs/"
114
+ createDirectoryIfMissing False " /tmp/imgs/"
115
115
defaultMain $ testGroup " All tests" [tests " Execution tests" testPlot
116
116
, toneDownTests " Unreliable across machines" $ tests " Golden tests" testPlotGolden]
117
117
You can’t perform that action at this time.
0 commit comments