Skip to content

Commit

Permalink
raise error; #641
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Aug 16, 2023
1 parent 4805e84 commit fa1196d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/proxy.R
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ merge.stars_proxy = function(x, y, ..., name = "attributes") {
attr(x, "dimensions")[[ix]]$values <-
attr(x, "dimensions")[[ix]]$values[r[1]:r[2]]
}
}
} else
stop("band selection requires an increasing, continuous index range")
ix = ix + 1
lst[[4]] = NULL # eat/remove
}
Expand Down

0 comments on commit fa1196d

Please sign in to comment.