Skip to content

Rename class attributes and parameters to be more Pythonic #37

@djordon

Description

@djordon

There are a few attributes, such as: nAgents, nEdges, nEvents, nVertices, nBlocked, and nNodes, that are un-pythonic, and should probably be renamed to num_*. Keep the old names as properties but promote the new names in the documentation.

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