Skip to content

Consider refactoring of AgentMet4FoF to an abstract base class #274

Description

@BjoernLudwig

The aforementioned class is actually not meant to be innstanciated directly, since it is missing some important implementations. In Python there are so-called abstract base classes (ABCs) to cover such use cases: https://docs.python.org/3/library/abc.html. We should consider making use of this feature and turning thhe accordings methods into @abstractmethod s.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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