Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix misleading error message for epsilon values
In `BaseEM` class, epsilon properties are allowed to be zero or positive, although the error message stated that epsilon should be greater than zero. Fix the error message to agree with the implemented logic and also print the offending value.
- Loading branch information