-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add small molecule repex consistency tests #1065
Merged
Merged
Changes from all commits
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
f48a588
add neutral test
zhang-ivy 4f82361
add small molecule tests
zhang-ivy 6c035db
remove charge test
zhang-ivy 74bcf38
add charge test
zhang-ivy 6e8893b
add guest mol2s
zhang-ivy 6a0ff93
Merge branch 'main' into add-small-molecule-test
zhang-ivy 406fe70
fix charge changing test
zhang-ivy 19a3796
Merge branch 'add-small-molecule-test' of ssh://github.com/choderalab…
zhang-ivy 5590a3c
add cache
zhang-ivy f39c3af
make sure lrc is set correctly
zhang-ivy 82f2960
Small code cleanup. Fix docstring. Remove unused imports.
ijpulidos 9356b63
Using LangevinDynamicsMove instead of LangevinSplittingDynamicsMove. …
ijpulidos 4c5ab63
Merge branch 'main' into add-small-molecule-test
ijpulidos 105e71b
Only using LangevinDynamicsMove in tests. Others stay the same as bef…
ijpulidos 4406b4a
Merge branch 'add-small-molecule-test' of github.com:choderalab/perse…
ijpulidos 1e90291
Making sure the CPU platform is used in geometry engine.
ijpulidos 2e8248c
Adjusting repex tests parameters for better performance.
ijpulidos 181a639
Revert "Making sure the CPU platform is used in geometry engine."
ijpulidos 12a9abd
Keep the convergence criteria to be 6*dDDG
ijpulidos 8c6936b
Merge branch 'main' into add-small-molecule-test
ijpulidos 0cf7dfe
Merge branch 'add-small-molecule-test' of github.com:choderalab/perse…
ijpulidos cd51c64
Merge branch 'main' into add-small-molecule-test
ijpulidos fad3d80
Increasing n steps for move apply. Decreasing number of iterations
ijpulidos e1bcb91
Merge branch 'main' into add-small-molecule-test
ijpulidos 4827342
Trying running self-hosted GPU tests on PR.
ijpulidos 71231e8
Merge branch 'main' into add-small-molecule-test
ijpulidos 64ddf34
switch to using openmm rc
mikemhenry bf3c710
Merge branch 'feat/add_new_openmm_rc' into add-small-molecule-test
mikemhenry 1c7b276
Merge branch 'main' into add-small-molecule-test
mikemhenry 3531390
Testing phenol-paracetamol transformation. 250 steps, 1000 iterations…
ijpulidos 8da5a9f
Quick testing new instance type for gpu tests.
ijpulidos dc7861a
Trying own fork with fix with unique instance name
ijpulidos 3bb64f6
Going back to original runner repo.
ijpulidos 1f979cd
add us-east-1a subnet
mikemhenry 3a3f280
fix vim typo
mikemhenry ae6f222
try p2.xlarge first
mikemhenry cc967cc
Added us-east-1b subnet
mikemhenry 4ed236a
Added us-east-1c subnet
mikemhenry c2cb3b6
Added us-east-1e subnet
mikemhenry 57cbff9
Added us-east-1f subnet
mikemhenry aaea343
go to next step even if we can't provision an instance
mikemhenry 7c6edf2
switch to g4dn.xlarge
mikemhenry a896560
switch to using once subnet for now while testing new ami
mikemhenry 8f866c0
fix comment error
mikemhenry 319a3e4
make sure we stop instances if they fail
mikemhenry 8c6155c
bump ci
mikemhenry fbc40b4
bump ci
mikemhenry 8c86bfb
bump ci
mikemhenry 425c85f
switch to using new ami
mikemhenry 7c4da57
try new subnet and sg
mikemhenry 0cd0e85
bump ci
mikemhenry 9bd284a
bump ci
mikemhenry 59ac33f
switch to using micromamba
mikemhenry 6d1f385
remove unused channels and clean up CI workflow a bit
mikemhenry e65ed05
debug provision-with-micromamba
mikemhenry c07cf0b
see if python 3.10 fixes it
mikemhenry 79bfc18
try latest version
mikemhenry 1dfc392
try older version
mikemhenry d70755c
Set default shell
mikemhenry 44c7a5e
switch to newest version
mikemhenry 74b5cb7
switch to a different action
mikemhenry 2253fc9
See if this fixes the unbound home var
mikemhenry 2bd94e9
see if this fixes the issue with home not being set
mikemhenry 1e569ab
Testing GPU platforms specifically, debugging purposes
ijpulidos 30e4598
timeout of 20 hrs instead of the 6 hrs default
ijpulidos 97b1958
back to testing everything
ijpulidos 902161d
Putting timeout of 20 hrs in correct place/job.
ijpulidos f5bf4be
Using specific tagged url for tyk2 tests
ijpulidos cbac788
Merge branch 'main' into add-small-molecule-test
ijpulidos e924ccb
fix cudatoolkit version
mikemhenry 3c8e9e7
remove extra code we don't need anymore
mikemhenry 349696f
skip test for now, need better system to test with
mikemhenry aa7ca14
let codecov fail, also update the action
mikemhenry a7ffaef
only run on commit, on demand, on weekly
mikemhenry 0413021
Using bootstrapping from MBAR to compute errors
ijpulidos 9753a5d
Merge branch 'main' into add-small-molecule-test
mikemhenry 2be975f
Merge branch 'main' into add-small-molecule-test
mikemhenry 9ca6560
Those damn signs! Making it less prone to sign errors.
ijpulidos 8977167
Better naming for quantities
ijpulidos 59dbcea
Making sure we test using decorrelated samples
ijpulidos 3421d3a
Merge branch 'main' into add-small-molecule-test
ijpulidos d953e62
Swapping tests, now correct order.
ijpulidos 280ebbb
use micromamba
mikemhenry af484f6
micromamba thowing a fit about oPtIonS iT dOeSn'T uNDerStAnd
mikemhenry b66dd53
Merge branch 'main' into add-small-molecule-test
mikemhenry c9bdae9
Changing back the transformation order to the correct one.
ijpulidos 629b20e
Correct comparison charge mutation. Naming cleanup
ijpulidos 1f7e414
Better naming. Minor indenting cleanup.
ijpulidos 7e5be5b
Removing misplaced quotes, my bad!
ijpulidos 15f24c0
Update .github/workflows/self-hosted-gpu-test.yml
mikemhenry 2467f82
Merge branch 'add-small-molecule-test' of github.com:choderalab/perse…
ijpulidos 2fd2a2a
Removing deprecated comment
ijpulidos 693f41c
Lowering the number of steps per iteration to decrease run times.
ijpulidos ad8d805
Merge branch 'main' into add-small-molecule-test
ijpulidos aa6b2c6
removing commented/unused line
ijpulidos 7b16afc
Update .github/workflows/self-hosted-gpu-test.yml
mikemhenry File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
name: test | ||
channels: | ||
- jaimergp/label/unsupported-cudatoolkit-shim | ||
- conda-forge | ||
- openeye | ||
dependencies: | ||
|
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need this for when we merge in #1186