Your message dated Thu, 19 Jan 2017 21:13:36 +0000
with message-id <[email protected]>
and subject line Bug#849232: fixed in python-brainstorm 0.5-3
has caused the Debian Bug report #849232,
regarding python-brainstorm: 
test_handler_operations.py::test_conv2d_forward_batch_numpy FAILED
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
849232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849232
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-brainstorm
Version: 0.5-2
Severity: important

Since a few runs [1], Brainstorm starts to break in the DEP-8 tests:

<cut>
brainstorm/tests/test_handler_operations.py::test_conv2d_forward_batch_numpy 
FAILED
=========================== short test summary info ============================
SKIP [1] brainstorm/tests/test_describable.py:315: requires pycuda and skcuda

=================================== FAILURES ===================================
_______________________ test_conv2d_forward_batch_numpy ________________________

    def test_conv2d_forward_batch_numpy():
        _h = NumpyHandler(dtype=dtype)
        for input_shape in ((3, 3), (5, 4), (4, 9)):
            for nr_images in (1, 4):
                for nr_input_maps in (1, 3):
                    for nr_filters in (1, 3):
                        for kernel_shape in ((1, 1), (2, 2), (3, 2)):
                            for stride in ((1, 1), (2, 2), (1, 2)):
                                for padding in (0, 1):
                                    inputs = np.random.rand(
                                        nr_images, input_shape[0], 
input_shape[1],
                                        nr_input_maps).astype(dtype)
                                    weights = np.random.rand(
                                        nr_filters, kernel_shape[0],
                                        kernel_shape[1], nr_input_maps).astype(
                                        dtype)
                                    bias = np.zeros(nr_filters).astype(dtype)
    
                                    output_height = \
                                        (input_shape[0] + 2 * padding -
                                         kernel_shape[0]) / stride[0] + 1
                                    output_width = \
                                        (input_shape[1] + 2 * padding -
                                         kernel_shape[1]) / stride[1] + 1
    
                                    outputs = np.zeros((nr_images,
                                                        output_height,
                                                        output_width,
>                                                       nr_filters), 
> dtype=dtype)
E                                   TypeError: 'float' object cannot be 
interpreted as an integer

brainstorm/tests/test_handler_operations.py:86: TypeError
============================ pytest-warning summary ============================
WC1 None [pytest] section in setup.cfg files is deprecated, use [tool:pytest] 
instead.
!!!!!!!!!!!!!!!!!!!! Interrupted: stopping after 1 failures !!!!!!!!!!!!!!!!!!!!
====== 1 failed, 72 passed, 1 skipped, 1 pytest-warnings in 0.90 seconds =======
</cut>

I haven't got into it now, but it could be this is another regression from the
update of Numpy to 1.12.0, like it affected other packages.

Thanks,
DS

[1] https://ci.debian.net/packages/p/python-brainstorm/unstable/amd64/

[2] https://bugs.debian.org/849177 (python-numpy: Please revert transition that 
happened past transition freeze)

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.8.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
Source: python-brainstorm
Source-Version: 0.5-3

We believe that the bug you reported is fixed in the latest version of
python-brainstorm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Stender <[email protected]> (supplier of updated python-brainstorm 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 19 Jan 2017 20:34:34 +0100
Source: python-brainstorm
Binary: python3-brainstorm
Architecture: source amd64
Version: 0.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Daniel Stender <[email protected]>
Description:
 python3-brainstorm - deep learning library for Python
Closes: 849232
Changes:
 python-brainstorm (0.5-3) unstable; urgency=medium
 .
   * add fix-tests-for-numpy-1.12.patch (Closes: #849232) [thanks
     to Graham Inggs <[email protected]>].
Checksums-Sha1:
 efd12446565a72e0ef8f4f4c89d0dc6890711b47 2352 python-brainstorm_0.5-3.dsc
 7b507ca7b0ab8e3099ca310dceeb28522e1a80fd 114968 
python-brainstorm_0.5.orig.tar.xz
 ccd2149116d4508d47c5425601fab7746c7c223c 4628 
python-brainstorm_0.5-3.debian.tar.xz
 6095725f4558331689f114991b43d46d91e029f4 7315 
python-brainstorm_0.5-3_amd64.buildinfo
 4cdd099d0a3706a1415c71db75427b87a60ad5a1 312620 
python3-brainstorm-dbgsym_0.5-3_amd64.deb
 1a3c48f7d220db82c771f4b05dc7f1e88e1d5701 256898 
python3-brainstorm_0.5-3_amd64.deb
Checksums-Sha256:
 72f02cf1a0e132839a97246565e53b8457f16386e83dce567aa6ffbd9b356333 2352 
python-brainstorm_0.5-3.dsc
 82a9f39bb0da2b7d9698318ae02d3f7f2ecf7d96deee81e3b9bcbbf7e8e828a1 114968 
python-brainstorm_0.5.orig.tar.xz
 e964f8cbbcd1a647ff035228c0b1b9e4cabb84dcf6e0c49194c45d8a5ac42be0 4628 
python-brainstorm_0.5-3.debian.tar.xz
 4a8be025d5deca885c6c822d970b40fc9e629303e4f02ded6de376ba514d6452 7315 
python-brainstorm_0.5-3_amd64.buildinfo
 372ab078b03f5f350e1e78eea78d548e1927c718fa2c92d2bf25752802c40d72 312620 
python3-brainstorm-dbgsym_0.5-3_amd64.deb
 6b8c1a7a244faa08df0486779899a01884a049ad41d8766c6fb9c4e9882c6a4d 256898 
python3-brainstorm_0.5-3_amd64.deb
Files:
 3f114171909af9148508f8af080fb243 2352 python optional 
python-brainstorm_0.5-3.dsc
 97a637c1e7e707306b6125b266bf6196 114968 python optional 
python-brainstorm_0.5.orig.tar.xz
 99ef3ac7fd69a8470ad93249baf33d22 4628 python optional 
python-brainstorm_0.5-3.debian.tar.xz
 9f2e58c7b582eba435a995f5dea02728 7315 python optional 
python-brainstorm_0.5-3_amd64.buildinfo
 e55927304ce3228e6deb500429e78328 312620 debug extra 
python3-brainstorm-dbgsym_0.5-3_amd64.deb
 9ae29426f34ff2866544195473825632 256898 python optional 
python3-brainstorm_0.5-3_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEERsscqJ6jt0N2dh25FeCa9N9RgsgFAliBFgAACgkQFeCa9N9R
gsguJw//RCDlYxzzXLUqNlsPpYEsbUirUZ8h8h55dMK1KdkSGpEkDsN/2l92io6w
XG56at5LRtG+/K97+yjUa5RW/U0rOGk2Ei/Lw9Mj91pzc8/2A9l2cJ+rQSHb/Ror
uG3HJeq2KGSlr8uKSqvf8CmNq9ck7uEShgpKWCvJa1tK/F6466nVXuGGSO67uwxR
kGfnkhTCTISKlKVPlId3RAApwgaYbddD7SAhrTtVLV1IuhrlghzuMJx3Jw37hxoo
kB5XJgnAKp+rSgxFh1w4CtLqhKSweuYDZ1NePfCF8qrGBBXEtBIDi0sXUaoESt6R
i12p0EZCWWeDXvD++PCM6Wu9599+OicxPSCRAE6fQR2ymc8SurjyoNlHM9hScWly
JWiFblp7ZbV/RGQA8SpWDREQKeMQA6Nr1Eg1PTzeafNX3OzZKX5Xx45tGxYixAr0
TQM+w2Ra/pelUP/ZVFT32wgt21+Uz1PRTGiPRIPmcnvohBQF57DIjlrp4SG6jeyL
J7OIW0PQOa1iBEIWJYRkV8KzrVFcs1QiZ4Tg3uqJsd7gNxVLQH1/YaehJuXIoHH0
eTjzur+Y92FQWf8dFH2vmhYGrKl00Neg3uz/CG1v6jjmVBd6ZdFNzeog55Z0x+Uv
4oDPcc6x4tTG/Pk7Fif6f+IhelppE4xRs+fLPpPdlIAk4CeNFfU=
=fyhS
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to