Skip to content

Commit 42ca158

Browse files
committed
toubleshooting travis-only errors
1 parent 9cb2854 commit 42ca158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/mlp.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ keras_mlp <-
376376

377377
keras_numeric_post <- function(results, object) {
378378
if (ncol(results) > 1 && !is.null(object$fit$y_names)) {
379+
print(object$fit$y_names)
379380
colnames(results) <- object$fit$y_names
380381
}
381382
maybe_multivariate(results, object)

0 commit comments

Comments
 (0)