Skip to content

Commit

Permalink
Remove FIXME comment as this is done
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Dec 1, 2023
1 parent 8dd7d86 commit 2f43e46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/spline.R
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,3 @@ quantile_weighted <- function(x, probs, weights=NULL, max_rep=100, ...){
}
quantile(x_expand, probs)
}

### FIXME expanding should result in longer x
### so choose in proportion to the length of x somehow
### sum(weights_int) should be > length(x)

0 comments on commit 2f43e46

Please sign in to comment.