Skip to content

[BUG] combination_index and n_channels_start are not updated within the loop #2967

@zhijian0111

Description

@zhijian0111

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtransformationsTransformations package

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions