diff options
Diffstat (limited to 'sci-libs/scipy/files/scipy-0.5.2-montecarlo-test.patch')
-rw-r--r-- | sci-libs/scipy/files/scipy-0.5.2-montecarlo-test.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-libs/scipy/files/scipy-0.5.2-montecarlo-test.patch b/sci-libs/scipy/files/scipy-0.5.2-montecarlo-test.patch deleted file mode 100644 index 681b32057815..000000000000 --- a/sci-libs/scipy/files/scipy-0.5.2-montecarlo-test.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/sandbox/montecarlo/tests/test_dictsampler.py.orig 2007-06-06 14:25:47.000000000 +0100 -+++ Lib/sandbox/montecarlo/tests/test_dictsampler.py 2007-06-06 14:26:02.000000000 +0100 -@@ -37,7 +37,7 @@ - #import pdb - #pdb.set_trace() - s = sampler.sample(n) -- assert sum(s[i]=='b' for i in range(n),axis=0)*1./n > 0.75 -+ assert sum((s[i]=='b' for i in range(n)),axis=0)*1./n > 0.75 - - #lam = 10.0 - #n = 35 |