[Python-modules-commits] r20748 - in packages/pywavelets/trunk/debian/patches (1 file)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Mar 13 03:53:00 UTC 2012


    Date: Tuesday, March 13, 2012 @ 03:52:58
  Author: eriol-guest
Revision: 20748

Updated

Modified:
  packages/pywavelets/trunk/debian/patches/02_skip-wavelet-filters-coefficients-doctest.patch

Modified: packages/pywavelets/trunk/debian/patches/02_skip-wavelet-filters-coefficients-doctest.patch
===================================================================
--- packages/pywavelets/trunk/debian/patches/02_skip-wavelet-filters-coefficients-doctest.patch	2012-03-13 02:53:39 UTC (rev 20747)
+++ packages/pywavelets/trunk/debian/patches/02_skip-wavelet-filters-coefficients-doctest.patch	2012-03-13 03:52:58 UTC (rev 20748)
@@ -6,12 +6,26 @@
 Forwarded: https://bitbucket.org/nigma/pywt/issue/3
 Last-Update: 2012-03-13
 
+--- a/doc/source/ref/wavelets.rst
++++ b/doc/source/ref/wavelets.rst
+@@ -184,9 +184,9 @@
+       Orthogonal:     True
+       Biorthogonal:   True
+       Symmetry:       asymmetric
+-    >>> print wavelet.dec_lo, wavelet.dec_hi
++    >>> print wavelet.dec_lo, wavelet.dec_hi # doctest: +SKIP
+     [0.70710678118654757, 0.70710678118654757] [-0.70710678118654757, 0.70710678118654757]
+-    >>> print wavelet.rec_lo, wavelet.rec_hi
++    >>> print wavelet.rec_lo, wavelet.rec_hi # doctest: +SKIP
+     [0.70710678118654757, 0.70710678118654757] [0.70710678118654757, -0.70710678118654757]
+
+
 --- a/doc/source/regression/wavelet.rst
 +++ b/doc/source/regression/wavelet.rst
 @@ -78,13 +78,13 @@
  corresponds to lowpass and highpass decomposition filters and lowpass and
  highpass reconstruction filters respectively:
- 
+
 -    >>> w.dec_lo
 +    >>> w.dec_lo # doctest: +SKIP
      [0.035226291882100656, -0.085441273882241486, -0.13501102001039084, 0.45987750211933132, 0.80689150931333875, 0.33267055295095688]
@@ -24,5 +38,5 @@
 -    >>> w.rec_hi
 +    >>> w.rec_hi # doctest: +SKIP
      [0.035226291882100656, 0.085441273882241486, -0.13501102001039084, -0.45987750211933132, 0.80689150931333875, -0.33267055295095688]
- 
+
  Another way to get the filters data is to use the :attr:`~Wavelet.filter_bank`




More information about the Python-modules-commits mailing list