openkinome / kinoml

Structure-informed machine learning for kinase modeling
https://openkinome.org/kinoml/
MIT License
52 stars 21 forks source link

Correctly handle abstract classes #88

Open schallerdavid opened 3 years ago

schallerdavid commented 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.