kinoml icon indicating copy to clipboard operation
kinoml copied to clipboard

Correctly handle abstract classes

Open schallerdavid opened this issue 3 years ago • 0 comments

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.

schallerdavid avatar Aug 27 '21 07:08 schallerdavid