Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/abresler/markovifyR
Browse files Browse the repository at this point in the history
  • Loading branch information
abresler committed Apr 11, 2018
2 parents d1f0371 + ae76649 commit 126fa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/markovify.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ combine_markov_models <-
mk <- reticulate::import("markovify")

model <-
mk$combine(models = c(model_a, model_a), weights = weights)
mk$combine(models = c(model_a, model_b), weights = weights)
model
}

Expand Down

0 comments on commit 126fa41

Please sign in to comment.