-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Using the robust solver for pyMBAR - avoiding convergence Failu… (
#735) * [WIP] Using the robust solver for pyMBAR - avoiding convergence Failures. ## Description In this PR, we would like to propose switching the default solver, if pyMBAR > 4.0.0, such we have an improved convergence rate at the cost of minimal more time. -> less errors thrown. ## Todos - [ ] Implement feature / fix bug - [ ] Add [tests](https://github.com/choderalab/openmmtools/tree/master/openmmtools/tests) - [ ] Update [documentation](https://github.com/choderalab/openmmtools/tree/master/docs) as needed - [ ] Update [changelog](https://github.com/choderalab/openmmtools/blob/master/docs/releasehistory.rst) to summarize changes in behavior, enhancements, and bugfixes implemented in this PR ## Status - [ ] Ready to go ## Changelog message ``` ``` * bump ci * doing this a different way * use Version to compare versions * fix micromamba, see mamba-org/micromamba-releases#58 * fix version check * forgot how we import pymbar in this package * pymbar 3 stores version differently * added test from pymbar issue 419 * re-run flaky tests * check to see if we get an expected value * Add some tol * use pytest.approx to make @IAlibay happy ;) * update the doc strings to explain where the file came from --------- Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com>
- Loading branch information
1 parent
c2a13c0
commit 9334bc9
Showing
4 changed files
with
72 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters