Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed "(self.emission_by_decisions[n-1:n].mean())" to "(self.emission_by_decisions[n-1] + self.emission_by_decisions[n]) / 2". The former did not calculate the mean but only took the first element self.emission_by_decisions[n-1].
- Loading branch information