Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require bayes_redis_backend #157

Merged
merged 1 commit into from
Mar 2, 2017

Conversation

AlexDWu
Copy link
Contributor

@AlexDWu AlexDWu commented Mar 1, 2017

require_relative 'backends/bayes_redis_backend' was removed from bayes.rb because of #146, but having to manually require 'classifier-reborn/backends/bayes_redis_backend' is kind of annoying.

Putting require 'redis' inside BayesRedisBackend#initialize is a solution, but it's kind of gross.

Maybe there is a better one?

@Ch4s3
Copy link
Member

Ch4s3 commented Mar 2, 2017

seems reasonable to me.

@Ch4s3 Ch4s3 merged commit f773b0d into jekyll:master Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants