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
This is not true. It cries about score attribute which is logical since this is module-level function. Even the slightly broken indentation seems like there was an accidental autocompletion.
7ad31e7
Description
Cannot run
stats.calculate_enrichment
function.Steps to reproduce
Pass two dataframes to
stats.calculate_enrichment
as described by the function__doc__
Expected behavior
stats.calculate_enrichment
should return dataframe with enrichment scores.Actual behavior
stats.calculate_enrichment
givesAttributeError: ("type object 'Columns' has no attribute '_score'", 'occurred at index 0')
The text was updated successfully, but these errors were encountered: