Describe the bug
in _multirocket.py
_transform_multi(X, X1, parameters, parameters1, n_features_per_kernel, indices, seed)
Within the section handling first order difference, it seems that combination_index and n_channels_start are not updated within the loop
Steps/Code to reproduce the bug
No response
Expected results
combination_index += 1
n_channels_start = n_channels_end
Actual results
missing in the loop
Versions
No response