<div dir="ltr">On Thu, Jan 10, 2013 at 8:01 PM, Yaroslav Halchenko <span dir="ltr"><<a href="mailto:debian@onerussian.com" target="_blank">debian@onerussian.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">should be as simple as storing one since you can store (theoretically)<br>

any structure, so just try<br>
<br>
h5save('/tmp/out.h5', [ds1, ds2])<br>
<br>
and then load as<br>
<br>
ds1, ds2 = h5load('/tmp/out.h5')</blockquote><div><br></div><div style>Or use a dict and access them by name:</div><div style><div><br></div><div>h5save('test.df5', dict(one=5, two=6))</div><div><br></div>
<div>d = h5load('test.df5')<br></div><div style>d['one']</div><div style>5</div><div><br></div></div><div style> </div></div>-- <br>GPG key:  1024D/3144BE0F Michael Hanke<br><a href="http://mih.voxindeserto.de" target="_blank">http://mih.voxindeserto.de</a><br>
Jabber: <a href="mailto:michael.hanke@gmail.com" target="_blank">michael.hanke@gmail.com</a><br>
</div></div>