Skip to content

Commit

Permalink
Fix commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Sep 19, 2023
1 parent d964584 commit 886e024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/write_h5ad_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,8 @@ write_h5ad_string_scalar <- function(value, file, name, compression, version = "
write_h5ad_numeric_scalar <- function(value, file, name, compression, version = "0.2.0") {
# Write scalar

# rhdf5::h5write(value, file, name)
hdf5_write_compressed(file, name, value, compression)


# Write attributes
write_h5ad_encoding(file, name, "numeric", version)
}
Expand Down

0 comments on commit 886e024

Please sign in to comment.