Christopher Turnbull
2016-03-14 09:39:56 UTC
<div id="inner-editor"><br class="Apple-interchange-newline">gcolumns =
h5file.create_group(h5file.root, "columns", "Pressure and Name")
h5file.create_array(gcolumns, 'pressure', array(pressure), "Pressure column
selection")</div>
gcolumns = h5file.create_group(h5file.root, "columns", "Pressure and Name")
h5file.create_array(gcolumns, 'pressure', array(pressure),
"Pressure column selection")
---------------------------------------------------------------------------NameError Traceback (most recent call last)<ipython-input-2-aec3a6161035> in <module>() 1 gcolumns = h5file.create_group(h5file.root, "columns", "Pressure and Name")----> 2 h5file.create_array(gcolumns, 'pressure', array(pressure), 3 "Pressure column selection")
NameError: name 'array' is not defined
h5file.create_group(h5file.root, "columns", "Pressure and Name")
h5file.create_array(gcolumns, 'pressure', array(pressure), "Pressure column
selection")</div>
gcolumns = h5file.create_group(h5file.root, "columns", "Pressure and Name")
h5file.create_array(gcolumns, 'pressure', array(pressure),
"Pressure column selection")
---------------------------------------------------------------------------NameError Traceback (most recent call last)<ipython-input-2-aec3a6161035> in <module>() 1 gcolumns = h5file.create_group(h5file.root, "columns", "Pressure and Name")----> 2 h5file.create_array(gcolumns, 'pressure', array(pressure), 3 "Pressure column selection")
NameError: name 'array' is not defined
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.