Skip to content

Commit

Permalink
Fix signature of length overload
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Oct 21, 2024
1 parent 49683ae commit 021a138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/overloads.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @exportS3Method length pharmpy.model.parameters.Parameters
length.pharmpy.model.parameters.Parameters <- function(obj, ...) {
length.pharmpy.model.parameters.Parameters <- function(obj) {
reticulate::py_len(obj)
}

0 comments on commit 021a138

Please sign in to comment.