Skip to content

Commit

Permalink
Update read.R
Browse files Browse the repository at this point in the history
  • Loading branch information
george-wood committed Nov 13, 2023
1 parent 267c8bd commit 60bfeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ read_epts <- function(data, metadata) {
data <- rectangular(x = read_raw_data(data), metadata = metadata)
channel <- parse_channel(metadata)

frame <- ivs::iv_locate_between(
frame <- ivs::iv_locate_between(
needles = data[[1]],
haystack = parse_frame(metadata),
no_match = 0L,
Expand Down

0 comments on commit 60bfeda

Please sign in to comment.