Skip to content

SimulationBase and Simulator have the same purpose but are different classes #67

@mpvanderschelling

Description

@mpvanderschelling

Problem

Both the SimulationBase and Simulator class have the same purpose, but are different classes. Consider combining the two in a single class.

Proposed Solution

Create one common interfacde for both classes and implement it in a single class.

Assignees:
Labels:

class SimulationBase:
"""base class of rve simulation problems"""

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