Skip to content

Commit

Permalink
Remove wrong code
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Nov 13, 2024
1 parent ad34028 commit bc04ae9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/StrategusModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ StrategusModule <- R6::R6Class(
executionSettings = executionSettings
)


# Assemble the job context from the analysis specification
# for the given module.
private$jobContext$sharedResources <- analysisSpecifications$sharedResources
Expand Down Expand Up @@ -345,7 +344,6 @@ StrategusModule <- R6::R6Class(
checkmate::reportAssertions(collection = errorMessages)

# A helper function to perform the replacement
for (i in seq_along(length(moduleSettings)))
replaceHelper <- function(x) {
if (is.list(x) && inherits(x, "covariateSettings")) {
# If the element is a list and of type covariate settings
Expand Down

0 comments on commit bc04ae9

Please sign in to comment.