Closed mphoward closed 1 year ago
To reduce maintenance, we should borrow the __init__ methods for the delegating simulation operations in the implementations like:
__init__
class EnsembleAverage: __init__ = analyze.EnsembleAverage.__init__
since 99% of the time, these do exactly the same thing.
This will cause more headaches than it is worth worrying about inheritance, closing.
To reduce maintenance, we should borrow the
__init__
methods for the delegating simulation operations in the implementations like:since 99% of the time, these do exactly the same thing.