Skip to content

Variable shadowing in predict_misclassifications method #2

@gergopc

Description

@gergopc

The predict_misclassifications method in SPROUTObject.py incorrectly uses x_test as a variable name instead of reusing the input parameter x. This creates unnecessary variable shadowing and is inconsistent with the method's design.

Fix:
Replace x_test with x to properly reuse the input parameter for the processed data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions