Interface/decorator for ValueType class #38
Labels
Hacktoberfest
In celebration of open source
help wanted
Extra attention is needed
needs design feedback
Design implementation needs feedback
The
ValueType
class (inparametrics.py
module) should inherit theUnitRegistry
behavior from pint and astropy and still be a subclass ofModelElement
.ValueType
can be implemented as either a decorated class or subclass that inherits from bothUnitRegistry
objects/classes.e.g.,
Additional unit tests welcome.
The text was updated successfully, but these errors were encountered: