Skip to content

Commit

Permalink
remove unused local variables in test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxentile committed Jun 5, 2018
1 parent a590bc2 commit eacae9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openmmtools/tests/test_integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,8 @@ def run_alchemical_langevin_integrator(nsteps=0, splitting="O { V R H R V } O"):
# Create harmonic oscillator testsystem
testsystem = testsystems.HarmonicOscillator(K=K, mass=mass)
system = testsystem.system
positions = testsystem.positions

# Get equilibrium samples from initial and final states
burn_in = 5 * 20 # 5 periods
thinning = 5 * 20 # 5 periods

# Collect forward and reverse work values
Expand Down

0 comments on commit eacae9b

Please sign in to comment.