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
not the code itself but the way it's currently used. I pass specnum - specnum[0], but specnum[0] might not be the specnum_start. if we started from a missing block, specnum[0] > specnum_start. I should probably retrieve specnum_start from BasebandIterator (already stored in it) and pass specnum - specnum_start to make_continuous.
The text was updated successfully, but these errors were encountered:
not the code itself but the way it's currently used. I pass specnum - specnum[0], but specnum[0] might not be the specnum_start. if we started from a missing block, specnum[0] > specnum_start. I should probably retrieve specnum_start from BasebandIterator (already stored in it) and pass specnum - specnum_start to make_continuous.
The text was updated successfully, but these errors were encountered: