Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Jan 27, 2025
1 parent 82cdb63 commit 04edfae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ieegio
Title: File IO for Intracranial Electroencephalography
Version: 0.0.3.9003
Version: 0.0.3.9004
Language: en-US
Encoding: UTF-8
Authors@R:
Expand Down
1 change: 0 additions & 1 deletion R/aaa-generics-volume.R
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ read_volume <- function(file, header_only = FALSE,
write_volume <- function(x, con, format = c("auto", "nifti", "mgh"), ...) {

format <- match.arg(format)
x <- as_ieegio_volume(x)

if(format == "auto") {
if(endsWith(tolower(con), "mgz") || endsWith(tolower(con), "mgh")) {
Expand Down

0 comments on commit 04edfae

Please sign in to comment.