Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
jiho committed Dec 10, 2013
1 parent 644b36c commit 35f6e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny_brt/server.R
Expand Up @@ -276,7 +276,7 @@ shinyServer(function(input, output) {
if (input$run > 0) {
isolate({
if ( ! input$predict ) {
stop("No predictions")
stop("No predictions were computed")
} else {
pred <- predict_distrib()

Expand Down

0 comments on commit 35f6e9d

Please sign in to comment.