Open schallerdavid opened 3 years ago
In kinoml.features.core we implement a few abstract classes. According to python best practices we should include the functionality from the built-in abc library. However, this may also complicate testing methods defined in abstract classes.
kinoml.features.core
abc
In
kinoml.features.core
we implement a few abstract classes. According to python best practices we should include the functionality from the built-inabc
library. However, this may also complicate testing methods defined in abstract classes.