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 = nxs.open("/tmp/foo.h5",
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')
f.opengroup('
2 matches
Mail list logo