Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Update LearnerDensSpline.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sonabend authored Jul 27, 2020
1 parent 245c2ee commit 2e45168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/LearnerDensSpline.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ LearnerDensSpline = R6Class("LearnerDensSpline",
mlr3misc::invoke(gss::pssden, object = fit, q = x)
})

quantile = function(x) {} # nolint
quantile = function(p) {} # nolint
body(quantile) = substitute({
mlr3misc::invoke(gss::qssden, object = fit, p = x)
mlr3misc::invoke(gss::qssden, object = fit, p = p)
})


Expand Down

0 comments on commit 2e45168

Please sign in to comment.