Skip to content

Commit

Permalink
correct erroneous trained flag in operation spec
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jun 3, 2024
1 parent b6deda5 commit e98131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/adjust-numeric-calibration.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ adjust_numeric_calibration <- function(x, method = NULL) {
outputs = "numeric",
arguments = list(method = method),
results = list(),
trained = TRUE,
trained = FALSE,
requires_fit = TRUE
)

Expand Down

0 comments on commit e98131d

Please sign in to comment.