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""" |