Your message dated Sun, 21 Feb 2021 11:49:20 +0000
with message-id <e1ldnem-0002jw...@fasolo.debian.org>
and subject line Bug#982471: fixed in openems
0.0.35+git20190103.6a75e98+dfsg.1-3
has caused the Debian Bug report #982471,
regarding python3-openems: SmoothMeshLines.py does not work with recent
versions of numpy
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 ow...@bugs.debian.org
immediately.)
--
982471: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982471
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-openems
Version: 0.0.35+git20190103.6a75e98+dfsg.1-2+b6
Severity: grave
Justification: renders package unusable
Dear Maintainer,
the version of the CSXCAD python interface is a little bit outdated and the
function
SmoothMeshLines.py raises the following error:
File "/usr/lib/python3/dist-packages/CSXCAD/SmoothMeshLines.py", line 66, in
SmoothRange
return np.linspace(start, stop, N+1)
File "<__array_function__ internals>", line 5, in linspace
File "/usr/lib/python3/dist-packages/numpy/core/function_base.py", line 113,
in linspace
num = operator.index(num)
TypeError: 'numpy.float64' object cannot be interpreted as an integer
This has been fixed upstream and is due to line 65, which should read
N = np.ceil(rng/max_res).astype('int')
instead of
N = np.ceil(rng/max_res)
I have just now begun to use the python interface to OpenEMS and CSXCAD,
instead of the Octave one, but I guess
that this error could affect most (if not all) of the simulations.
Best regards.
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages python3-openems depends on:
ii libc6 2.31-9
ii libcsxcad0 0.0.35+git20190103.6a75e98+dfsg.1-2+b6
ii libgcc-s1 10.2.1-6
ii libnf2ff0 0.0.35+git20190103.6a75e98+dfsg.1-2+b6
ii libopenems0 0.0.35+git20190103.6a75e98+dfsg.1-2+b6
ii libstdc++6 10.2.1-6
ii openems 0.0.35+git20190103.6a75e98+dfsg.1-2+b6
ii python3 3.9.1-1
ii python3-h5py 2.10.0-9
ii python3-matplotlib 3.3.4-1
python3-openems recommends no packages.
python3-openems suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: openems
Source-Version: 0.0.35+git20190103.6a75e98+dfsg.1-3
Done: Étienne Mollier <etienne.moll...@mailoo.org>
We believe that the bug you reported is fixed in the latest version of
openems, 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 982...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Étienne Mollier <etienne.moll...@mailoo.org> (supplier of updated openems
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 21 Feb 2021 12:09:58 +0100
Source: openems
Architecture: source
Version: 0.0.35+git20190103.6a75e98+dfsg.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <etienne.moll...@mailoo.org>
Closes: 982471
Changes:
openems (0.0.35+git20190103.6a75e98+dfsg.1-3) unstable; urgency=medium
.
* Team upload.
* Add 0008-Fix-SmoothMeshLines.py-TypeError.patch. Thanks g.l. gragnani for
the report and the pointer!
Closes: #982471
* debian/tests/control:
- mark tests superficial, as it failed to catch the above issue;
- allow-stderr due to matplotlib cache message not critical yet
unfortunate.
Checksums-Sha1:
ad348770691418cefc7953b3d48ef17205728db8 2734
openems_0.0.35+git20190103.6a75e98+dfsg.1-3.dsc
412d45cbdd950aeab3e2e4b96a4530056eecb55d 14828
openems_0.0.35+git20190103.6a75e98+dfsg.1-3.debian.tar.xz
bcc97e2435ff90167402d3142dd8b2923e074c53 39180
openems_0.0.35+git20190103.6a75e98+dfsg.1-3_amd64.buildinfo
Checksums-Sha256:
c40b1dded517bd0e2528f8727ad9c3cf82ec43da8de9df97d3c9e33f7f680ec9 2734
openems_0.0.35+git20190103.6a75e98+dfsg.1-3.dsc
80e4c504b47a7a1a614db82a2b04f6334145a32f2ee9c9ef060b56fcc5b1532e 14828
openems_0.0.35+git20190103.6a75e98+dfsg.1-3.debian.tar.xz
d8af9e5e0e9316627acbc6f3e62028f4ef4ae69f193a02b4757790c1bfb14d1c 39180
openems_0.0.35+git20190103.6a75e98+dfsg.1-3_amd64.buildinfo
Files:
2d4529de559d606300b4313f45b4772d 2734 electronics optional
openems_0.0.35+git20190103.6a75e98+dfsg.1-3.dsc
87c88d5b7e7487ba83bdd9c9e068e746 14828 electronics optional
openems_0.0.35+git20190103.6a75e98+dfsg.1-3.debian.tar.xz
4d238874a8f85cbd96a43b149e51d901 39180 electronics optional
openems_0.0.35+git20190103.6a75e98+dfsg.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmAyQO0ACgkQeTz2fo8N
EdrolhAAkttKguN7KMIkUh/T56vHGC9MKABoIkCbmlaK1zQJ9Zc3syiI94Ea4SdH
E6JSGrM1PUpWbJ/gqoQUc1bRKgitWkoLTJsjwBsPkZTt47Lg8u5K3olXZZ1VZeN7
3wESKXMfs5hXic2EB1Qj9H69RKmM3Ta+umSwtjBHSEHReAawEoLXeGz+S+Wwu+T+
nABbn0Gk4ubhYpFD32sM4VS3YmrTQfpyavnsulupjoUsFTgs7+eYtXDiFnLHJQJV
a7dKUM4zL6TFWEuCq/Ye2HWsFxBhGOSeyvg5nv1o0sF+u7zymLk8TYbbtAIRePRw
gK7htR16ATkjZYtByNEAaxdQuJVJD6M8h9IKyykdyxrJOs8vHyDIzCM48B1zTR6E
zICcYlFruFku4W26aI+nRsomp6zyCimrvock9jcq+BY8RiMroxsUZrb7RqtKefWc
n4VkDj/1Zb5A11PZeBHEcVCA67EhYf7/5/K+jX3KPfPFh8fgDT3lpuyOEwIktGEV
RKnTZaJ+JIXM3m011vkRLDbrnUXm6KbaVgll0/kbmgNxKuei/VLqu+Fi0hG+yQSK
gQOpYxbwBA98J3inf6O2liT/iwiFSz2p4yhe87dp8PoTiofFrE8jbpGx4jVhSCsC
ivKdZIkTrF/VY72cj07JfK9ccqarHhqMVkl7G/reXCNFll3JR9M=
=5clm
-----END PGP SIGNATURE-----
--- End Message ---