Blosc / bloscpack

Command line interface to and serialization format for Blosc
BSD 3-Clause "New" or "Revised" License
122 stars 27 forks source link

fix tostring deprecation #104

Closed esc closed 3 years ago

esc commented 3 years ago

Fixes: bloscpack/test_cmdline/mktestarray.py:30: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.

esc commented 3 years ago

Looks like the error message has disappeared. Merging now.