You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid confusion, we should refactor TestBinomialLikelihood in tests/test_evaluations.py to TestBinaryLikelihood and the module name binomial_evaluations.py to binary_evaluations.py.
This will require changing any imports to other modules and in the __init__.py. Recommended to use an IDE to refactor this to find all usages.
The text was updated successfully, but these errors were encountered:
To avoid confusion, we should refactor
TestBinomialLikelihood
in tests/test_evaluations.py toTestBinaryLikelihood
and the module namebinomial_evaluations.py
tobinary_evaluations.py
.This will require changing any imports to other modules and in the
__init__.py
. Recommended to use an IDE to refactor this to find all usages.The text was updated successfully, but these errors were encountered: