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
The main module contains all functions and has already 1400+ lines of code. Split it up into different modules to increase readability and maintainability.
clean
get_pure_ratings
consolidate
get_best_ratings
get_second_best_ratings
get_worst_ratings
translate
get_scores_from_ratings
get_scores_from_warf
get_ratings_from_scores
get_ratings_from_warf
get_warf_from_scores
get_warf_from_ratings
aggregate
get_weighted_average
warf
get_warf_buffer
The text was updated successfully, but these errors were encountered:
The
main
module contains all functions and has already 1400+ lines of code. Split it up into different modules to increase readability and maintainability.clean
get_pure_ratings
consolidate
get_best_ratings
get_second_best_ratings
get_worst_ratings
translate
get_scores_from_ratings
get_scores_from_warf
get_ratings_from_scores
get_ratings_from_warf
get_warf_from_scores
get_warf_from_ratings
aggregate
get_weighted_average
warf
get_warf_buffer
The text was updated successfully, but these errors were encountered: