Closed ijpulidos closed 1 year ago
The current test takes a considerable amount of time. https://github.com/choderalab/perses/actions/runs/6126127300/job/16629487704?pr=1233#step:9:349
Can you mark it for GPU or for slow?
@ijpulidos have you ran this locally or should I run this PR on our GPU runner?
@ijpulidos have you ran this locally or should I run this PR on our GPU runner?
The test already ran before on CPU (check my previous comment). And yes, I have run it locally with GPU. Though it shouldn't really use the GPU, it would just set the contexts and such, since it isn't running any iterations.
We are just putting it in the GPU CI because it's a slow test, but I guess we could also mark it as slow
and have some other CI flow that run the slow tests?
By the way, I also made sure that starting an example protein-ligand simulation wasn't affected by this.
Description
These changes remove an unnecessary call to
RelativeFEPSetup._setup_complex_phase
method, fixing the support for spectator molecules.Motivation and context
Resolves #1232 Resolves #1219
How has this been tested?
Re-enabling previously skipped test for setting up bace system with spectator molecule.
Change log