sigmf / sigmf-python

Easily interact with Signal Metadata Format (SigMF) recordings.
https://sigmf.org
GNU Lesser General Public License v3.0
43 stars 16 forks source link

Bugfix: wrong parameter when initializing with data #9

Closed nwhitehair closed 1 year ago

nwhitehair commented 1 year ago

This PR fixes a bug (#10) where the skip_checksum argument is incorrectly passed in the position of the data_buffer parameter of set_data_file() when creating an instance of SigMFFile with a pre-existing data file.