There was an error while loading. Please reload this page.
1 parent 41f1684 commit 7654820Copy full SHA for 7654820
1 file changed
src/openfe/tests/protocols/openmm_ahfe/test_ahfe_resume.py
@@ -178,6 +178,7 @@ def _get_positions(dataset):
178
def _copy_simfiles(cwd: pathlib.Path, filepath):
179
shutil.copyfile(filepath, f"{cwd}/{filepath.name}")
180
181
+ @pytest.mark.integration
182
def test_resume(
183
self, protocol_dag, ahfe_solv_trajectory_path, ahfe_solv_checkpoint_path, tmp_path
184
):
0 commit comments