Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 24, 2024
1 parent 070eee9 commit 47cb778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/array_coord_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
if (any((coords$array_row == 0) & (coords$array_col == 0))) {
stop("Internal bug: the invalid array coordinate (0, 0) exists after fitting")
}
return(insivible(NULL))
return(invisible(NULL))
}

#' Return array coordinates fit to nearest spot with associated error
Expand Down

0 comments on commit 47cb778

Please sign in to comment.