Skip to content

Commit

Permalink
excluded check_model in predict.citocnn, since that did hinder the pe…
Browse files Browse the repository at this point in the history
…rformance of the model
  • Loading branch information
D-Maar authored Apr 18, 2024
1 parent 84a3892 commit 4f3032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cnn.R
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ predict.citocnn <- function(object,
checkmate::assert(checkmate::checkNull(newdata),
checkmate::checkArray(newdata, min.d = 3, max.d = 5))

object <- check_model(object)
#object <- check_model(object)

type <- match.arg(type)

Expand Down

0 comments on commit 4f3032b

Please sign in to comment.