You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The samples_raw and samples variables are identical.
I have noticed that the raw_components parameter is not really used as argument for the internal _read_datafile() function in sigmffile.py. Instead, there is a static False when the function is called in line 605.
I have resolved this bug for my project by changing line 605 of sigmffile.py from:
Hi, I have detected what I think is a bug. When you do:
The
samples_raw
andsamples
variables are identical.I have noticed that the
raw_components
parameter is not really used as argument for the internal_read_datafile()
function in sigmffile.py. Instead, there is a staticFalse
when the function is called in line 605.I have resolved this bug for my project by changing line 605 of sigmffile.py from:
to:
But I don't know if this change has side effects. Please, could you check it and if it's ok solve the issue for the next release?
Thank you!
The text was updated successfully, but these errors were encountered: