The initialization logic is duplicated across fit() and partial_fit() in both GFDL and EnsembleGFDL. We should abstract this, either within each class independently or via a shared abstraction across both classes (EnsembleGFDL no longer inherits from GFDL).
The initialization logic is duplicated across
fit()andpartial_fit()in bothGFDLandEnsembleGFDL. We should abstract this, either within each class independently or via a shared abstraction across both classes (EnsembleGFDLno longer inherits fromGFDL).