Skip to content

Commit

Permalink
one more spot
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 3, 2024
1 parent 47515ee commit 537e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/r/R/SOMADenseNDArray.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ SOMADenseNDArray <- R6::R6Class(
"'coords' must be a list of integer vectors" =
is.list(coords) && all(vapply_lgl(coords, is.integer)),
"length of 'coords' must match number of dimensions" =
length(coords) == length(self$dimensions())
length(coords) == self$ndim()
)

## the 'soma_data' data type may not have been cached, and if so we need to fetch it
Expand Down

0 comments on commit 537e9ed

Please sign in to comment.