I think that this line: https://github.com/tidymodels/tailor/blob/3385fbce71a7eb82bad53c8ced6c3463dc7c9a87/R/adjust-numeric-calibration.R#L87 should be `check_method(object$argument$method, tailor$type)` since that slot is where the value is saved. I think that the same is true for `fit.probability_calibration()`. I think that all of the calibration types are accidentally defaulting to linear/logistic because of this.