Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthkr committed Feb 26, 2024
1 parent 54255f4 commit dc8e495
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
Expand Up @@ -39,5 +39,5 @@ VignetteBuilder:
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Config/testthat/edition: 3
1 change: 0 additions & 1 deletion R/optimisation.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ optimise <- function(data,
overlapping_percent = 0.5,
optimisation_config,
optimise_fun) {

# Calculate boundary box
space_lims <- get_search_space_limits(data, stretches, shifts, overlapping_percent)

Expand Down

0 comments on commit dc8e495

Please sign in to comment.