Skip to content

Commit

Permalink
Removed overwriting of the image name
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Nov 14, 2023
1 parent 471b5a9 commit 4e102bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vtg.chisq/src/R/dchisq.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ dchisq <- function(client, columns, probabilities = NULL,
vtg::log$debug("probabilities: {probabilities}")
vtg::log$debug("organizations_to_include: {organizations_to_include}")

image.name <- "harbor2.vantage6.ai/starter/vtg.chisq:latest"
vtg::log$info("using image '{image.name}'")

client$set.task.image(image.name, task.name = "chisq")

#
# Central part guard
# this will call itself without the `use.master.container` option
Expand Down

0 comments on commit 4e102bb

Please sign in to comment.