Skip to content
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

Using default online analysis interval in GPU repex tests #1207

Merged
merged 2 commits into from
Jun 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions perses/tests/test_repex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down