klindsay28 / Newton-Krylov_OOC

An Out-of-Core Newton-Krylov Solver
3 stars 2 forks source link

add stub implementations of _read_vals and dump methods in TracerModuleStateBase #49

Closed klindsay28 closed 3 years ago

klindsay28 commented 3 years ago

version in TracerModuleStateBase raises NotImplementedError

That way, it will be more obvious if a derived class doesn't define these required methods.

This may enable removal of pylint: disable=no-member for _read_vals call in TracerModuleStateBase:__init__