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

Fix/support python 310 #1286

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
checkpoint interval every step. Avoid online analysis interval clash.
ijpulidos committed Jul 6, 2023
commit 8162d957df3c1f62b7d2b89cc3cfea417198d01c
2 changes: 1 addition & 1 deletion yank/tests/test_analyze.py
Original file line number Diff line number Diff line change
@@ -178,7 +178,7 @@ def call_sampler_create(cls, sampler, reporter,
@classmethod
def setup_class(cls):
"""Shared test cases and variables."""
cls.checkpoint_interval = 2
cls.checkpoint_interval = 1
# Make sure we collect the same number of samples for all tests to avoid instabilities in MBAR.
base_steps = 50
cls.n_steps = int(np.ceil(base_steps / cls.N_SAMPLERS))