choderalab / openmmtools

A batteries-included toolkit for the GPU-accelerated OpenMM molecular simulation engine.
http://openmmtools.readthedocs.io
MIT License
253 stars 81 forks source link

Re-evaluate the slowness of slow tests #748

Open ijpulidos opened 2 months ago

ijpulidos commented 2 months ago

Some tests in our CI are marked as "slow". With modern computers, these times might have improved significantly. This issue is aimed at validating if some of the tests that we mark as slow can actually be run in a timely manner on our CPU CI.

Note that slow tests will be run on our GPU CI as per the changes in https://github.com/choderalab/openmmtools/pull/741