Skip to content

Commit

Permalink
obj->x in length overload
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Oct 21, 2024
1 parent 021a138 commit b71dec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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) {
reticulate::py_len(obj)
length.pharmpy.model.parameters.Parameters <- function(x) {
reticulate::py_len(x)
}

0 comments on commit b71dec1

Please sign in to comment.