Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Apr 25, 2023
1 parent 8f70f64 commit eaf8d24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/h5read.R
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ h5read <- function(file, name, index=NULL, start=NULL, stride=NULL, block=NULL,
return(FALSE)
}

## TODO: test attribute values

## test datasets exist
group_data <- h5ls(gid, recursive = FALSE)
if(!all(c("values", "mask") %in% group_data$name)) {
Expand Down

0 comments on commit eaf8d24

Please sign in to comment.