Processed: Re: Bug#861736 closed by Andreas Tille <ti...@debian.org> (Bug#861736: fixed in nexus 4.3.2-svn1921-5)

2017-10-16 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + patch Bug #861736 [python-nxs] python-nxs: Cannot save files with nxs python module Ignoring request to alter tags of bug #861736 to the same tags previously set -- 861736: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861736 Debian Bug Tracking

Bug#861736: closed by Andreas Tille <ti...@debian.org> (Bug#861736: fixed in nexus 4.3.2-svn1921-5)

2017-10-16 Thread Gilles Filippini
Control: tags -1 + patch Hi, On Fri, 12 May 2017 08:32:28 +0200 Marc Rosanes wrote: > Hi, > > We have found that python-nxs is still affected by problems: > > The following piece of code fails on stretch + the lastest nexus from > unstable: > > ``` > import nxs > f =

Bug#861736: closed by Andreas Tille <ti...@debian.org> (Bug#861736: fixed in nexus 4.3.2-svn1921-5)

2017-05-12 Thread Marc Rosanes
Hi, We have found that python-nxs is still affected by problems: The following piece of code fails on stretch + the lastest nexus from unstable: ``` import nxs f = nxs.open("/tmp/foo.h5", "w5") f.makegroup('entry', 'NXentry') f.opengroup('entry') f.makegroup('g', 'NXcollection')