Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

ScanSelector tests are failling #126

Description

@malik-irain

Found the culprit that triggers PyMoDAQ#752

self._data.insert(row + ind, self.data_tmp[ind] if
(hasattr(self.data_tmp, '__len__') and len(self.data_tmp) == count) else self.data_tmp)

The old code was:

self._data.insert(row + ind, self.data_tmp)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions