We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have noticed that I am not using the output_model functions:
bhmm.output_models.discrete.p_o_i bhmm.output_models.discrete.log_p_o_i bhmm.output_models.discrete.p_o bhmm.output_models.discrete.log_p_o bhmm.output_models.gaussian.p_o_i bhmm.output_models.gaussian.log_p_o_i bhmm.output_models.gaussian.p_o bhmm.output_models.gaussian.log_p_o
In favor of a smaller interface I would like to remove them unless you believe we need them.
The text was updated successfully, but these errors were encountered:
Sounds good! Happy to submit a PR for this once we have fixed the failing nosetests.
Sorry, something went wrong.
I have commented out these functions for now. If we're sure we don't need them, we can remove the code.
jchodera
No branches or pull requests
I have noticed that I am not using the output_model functions:
bhmm.output_models.discrete.p_o_i
bhmm.output_models.discrete.log_p_o_i
bhmm.output_models.discrete.p_o
bhmm.output_models.discrete.log_p_o
bhmm.output_models.gaussian.p_o_i
bhmm.output_models.gaussian.log_p_o_i
bhmm.output_models.gaussian.p_o
bhmm.output_models.gaussian.log_p_o
In favor of a smaller interface I would like to remove them unless you believe we need them.
The text was updated successfully, but these errors were encountered: