Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed May 6, 2024
1 parent 94f0f18 commit 13dd154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ParamUty.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ p_uty = function(custom_check = NULL, special_vals = list(), default = NO_DEF, t
}
cargo = list(custom_check = custom_check, repr = repr)
cargo$aggr = aggr
cargo$internal_tune_fn = in_tune_fn
cargo$in_tune_fn = in_tune_fn

Domain(cls = "ParamUty", grouping = "ParamUty", cargo = cargo, special_vals = special_vals, default = default, tags = tags, trafo = trafo, storage_type = "list", depends_expr = substitute(depends), init = init)
}
Expand Down

0 comments on commit 13dd154

Please sign in to comment.