thouska / spotpy

A Statistical Parameter Optimization Tool
https://spotpy.readthedocs.io/en/latest/
MIT License
254 stars 152 forks source link

Add test for epsilon value in lognashsutcliffe #135

Closed havanagrawal closed 6 years ago

havanagrawal commented 6 years ago

Just want to note here that as the value of epsilon is reduced, the value approaches -np.inf (for obvious reasons), and thus I've kept a relatively high value in the test.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 485


Files with Coverage Reduction New Missed Lines %
spotpy/algorithms/abc.py 1 88.79%
spotpy/database.py 1 88.46%
spotpy/algorithms/demcz.py 1 91.99%
spotpy/algorithms/sa.py 1 84.29%
spotpy/algorithms/mle.py 1 91.84%
spotpy/algorithms/fscabc.py 2 83.33%
spotpy/algorithms/_algorithm.py 2 84.42%
spotpy/describe.py 4 86.67%
spotpy/parameter.py 4 97.0%
<!-- Total: 17 -->
Totals Coverage Status
Change from base Build 483: 0.3%
Covered Lines: 4917
Relevant Lines: 5508

💛 - Coveralls
thouska commented 6 years ago

Oh cool, thanks for including epsilon in the lognaschsutcliffe test!