You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docstrings to several classes (e.g. calculations.py::Calculation) we note the class is an ABC class. This is not correct. They are more "concrete base classes" because the style up until now has been modifying objects by inheritance rather than extension.
Change this to simply call them base classes.
Should be a simple fix.
The text was updated successfully, but these errors were encountered:
In the docstrings to several classes (e.g. calculations.py::Calculation) we note the class is an ABC class. This is not correct. They are more "concrete base classes" because the style up until now has been modifying objects by inheritance rather than extension.
Change this to simply call them base classes.
Should be a simple fix.
The text was updated successfully, but these errors were encountered: