Skip to content

Multiple scripts import concore2 module which doesn't exist in the repository #287

@GaneshPatil7517

Description

@GaneshPatil7517

@pradeeban
Several scripts across the codebase import a concore2 module that is not present in the repository:

testsou/mix.py — import concore2
testsou/powermetermax.py — import concore2
measurements/comm_node_test.py — import concore2
nintan/powermetermax.py — import concore2

These scripts use concore2.delay, concore2.inpath, concore2.outpath, concore2.simtime, concore2.read(), concore2.write(), concore2.unchanged() — essentially a second concore instance for multi-port nodes. However, concore2.py is not in the repository, not in requirements.txt, not documented in README.md, and not generated by mkconcore.py. This means these scripts will crash with ModuleNotFoundError when run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions