Open runame opened 11 hours ago
To make sure base classes can't be instantiated I extended AbstractDataclass to allow for using it via multiple inheritance. I applied this to RootInvConfig and EigenvalueCorrectionConfig.
AbstractDataclass
RootInvConfig
EigenvalueCorrectionConfig
@tsunghsienlee has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
To make sure base classes can't be instantiated I extended
AbstractDataclass
to allow for using it via multiple inheritance. I applied this toRootInvConfig
andEigenvalueCorrectionConfig
.