choderalab / pymbar

Python implementation of the multistate Bennett acceptance ratio (MBAR)
http://pymbar.readthedocs.io
MIT License
241 stars 92 forks source link

Fix tests to return non-zero exit values if something is wrong #5

Closed jchodera closed 10 years ago

jchodera commented 11 years ago

We should have the various pymbar tests return with non-zero exit values computed values are way outside the expected range (e.g. six-sigma).

jchodera commented 10 years ago

Looks like @kyleabeauchamp has already fixed the nosetests to do this.