snoplusuk / echidna

MIT License
4 stars 12 forks source link

Add Extented Log-Likelihood function and unit test #139

Closed arushanova closed 8 years ago

arushanova commented 8 years ago

Binned Extended Log-Likelihood function has been added to test_statistic.py The unit test has been added to test_test_statistic.py

mjmottram commented 8 years ago

To be consistent with the way PRs have been managed in the past, I think pep8ing code including the tests makes sense.

ashleyrback commented 8 years ago

Yes, tests should be pep8 compliant as well. Really any python code in the echidna directory should be pep8 checked.