From bb23f4705072499136ca2618a38a934ca10fe415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pulido?= <2949729+ijpulidos@users.noreply.github.com> Date: Thu, 15 Jun 2023 18:06:19 -0400 Subject: [PATCH] Using default online analysis interval. fix gpu ci. --- perses/tests/test_repex.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perses/tests/test_repex.py b/perses/tests/test_repex.py index 48c4cd0b0..8c7619f6d 100644 --- a/perses/tests/test_repex.py +++ b/perses/tests/test_repex.py @@ -63,7 +63,7 @@ def test_RESTCapableHybridTopologyFactory_repex_neutral_mutation(): constraint_tolerance=1e-06), replica_mixing_scheme='swap-all', hybrid_factory=htf, - online_analysis_interval=None) + ) hss.setup(n_states=12, temperature=300 * unit.kelvin, t_max=300 * unit.kelvin, storage_file=reporter, minimisation_steps=0, endstates=True) @@ -169,7 +169,7 @@ def test_RESTCapableHybridTopologyFactory_repex_charge_mutation(): constraint_tolerance=1e-06), replica_mixing_scheme='swap-all', hybrid_factory=htf, - online_analysis_interval=None) + ) hss.setup(n_states=36, temperature=300 * unit.kelvin, t_max=300 * unit.kelvin, storage_file=reporter, minimisation_steps=0, endstates=True) @@ -279,7 +279,7 @@ def test_RESTCapableHybridTopologyFactory_repex_neutral_transformation(): constraint_tolerance=1e-06), replica_mixing_scheme='swap-all', hybrid_factory=htf, - online_analysis_interval=None) + ) sampler.setup( n_states=n_states, @@ -394,7 +394,7 @@ def test_RESTCapableHybridTopologyFactory_repex_charge_transformation(): constraint_tolerance=1e-06), replica_mixing_scheme='swap-all', hybrid_factory=htf, - online_analysis_interval=None) + ) sampler.setup( n_states=n_states,