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
Description: upon inspecting many of the new class methods, they don't follow Python convention. In addition to the PR for black and isort, I think the naming convention of these methods should be lowercase with underscores, for instance, _append_scores instead of _appendScores