Ticket #195 (closed defect: fixed)
Error when using ptrepack on other leaves than Table
| Reported by: | faltet | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Component: | PyTables |
| Version: | trunk | Keywords: | |
| Cc: |
Description
Here it is the error that appears when copying an EArray, for example:
$ PYTHONPATH=. python utils/ptrepack /tmp/test.h5:/a /tmp/test4.h5:/b Problems doing the copy from '/tmp/test.h5:/a' to '/tmp/test4.h5:/b' The error was --> <type 'exceptions.TypeError'>: _g_copyWithStats() got an unexpected keyword argument 'propindexes'
This reveals how weak is the testing procedure of the ptrepack utility. I should improve this aspect.
Change History
Note: See
TracTickets for help on using
tickets.
