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
Currently as stated in #83 the compute_matches, calculate_relevance_metrics and calculate_average_precision are very long functions.
We would like to separate them into smaller functions. A good rule of thumb would be to separate them into functions where each function does one thing and it's approximately 6 to 8 lines long. Also unit-test for all new functions should be added.
The text was updated successfully, but these errors were encountered:
Currently as stated in #83 the
compute_matches
,calculate_relevance_metrics
andcalculate_average_precision
are very long functions.We would like to separate them into smaller functions. A good rule of thumb would be to separate them into functions where each function does one thing and it's approximately 6 to 8 lines long. Also unit-test for all new functions should be added.
The text was updated successfully, but these errors were encountered: