Closed RickardSjogren closed 8 years ago
Two major changes:
OrdinalFactor
__setattr__
NumericFactor
type
__init__
Some minor style fixes as well.
Two major changes:
OrdinalFactor
it is now not needed to convert everything to integers before setting attributes, that check is done in__setattr__
instead.NumericFactor
can't be instantiated by a simple type-checktype
attribute is now a class-attribute instead (example), removing the need to pass it as__init__
-argument every time.Some minor style fixes as well.