Skip to content

Commit

Permalink
notes related to #301
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Oct 23, 2023
1 parent 9c4541d commit a6b64ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/fillHzGaps.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ fillHzGaps <- function(x, flag = TRUE, to_top = 0, to_bottom = max(x)) {
# .SD[1:(.N - 1), 1] == .SD[2:.N, 1]],
# .SDcols = hcnames]

## BUG: need a short-circuit for single-profile / single-horizon objects
## https://github.com/ncss-tech/aqp/issues/301


# https://github.com/ncss-tech/aqp/issues/296
# do not attempt to fill gaps when there are perfectly overlapping horizons
Expand Down

0 comments on commit a6b64ee

Please sign in to comment.