You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the pylint errors in #25 are hinting that the classifications code smells a bit.
Addressing this with a refactor might help towards reducing some of the pylint issues.
Currently classifications are called depending on the type of classification required.
Consider a single generic wrapper function that can be called that then recursively calls the existing functions.
The text was updated successfully, but these errors were encountered: