Skip to content

Commit b76aa8f

Browse files
author
lev
committed
math/agg_wt_avg.py: added min_wt to docstring of calculate_weights method
1 parent 6b3d0d2 commit b76aa8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmapPy/math/agg_wt_avg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def calculate_weights(correlation_matrix, min_wt):
4848
4949
Args:
5050
correlation_matrix (pandas df): Correlations between all replicates
51+
min_wt (float): Minimum raw weight when calculating weighted average
5152
5253
Returns:
5354
raw weights (pandas series): Mean correlation to other replicates

0 commit comments

Comments
 (0)