Skip to content

Commit

Permalink
Update pallets/subtensor/src/epoch/math.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Fairchild <[email protected]>
  • Loading branch information
andreea-popescu-reef and camfairchild authored Jan 19, 2025
1 parent bad277a commit 1e1261c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/epoch/math.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ pub fn weighted_median_col_sparse(
}

// Element-wise interpolation of two matrices: Result = A + ratio * (B - A).
// ratio is has intended range [0, 1]
// ratio has intended range [0, 1]
// ratio=0: Result = A
// ratio=1: Result = B
#[allow(dead_code)]
Expand Down

0 comments on commit 1e1261c

Please sign in to comment.