Skip to content

Commit

Permalink
Make flake8 happy...
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherjoshsmith committed Mar 1, 2018
1 parent 2bb524f commit f2df742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plumitas/plumitas.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def potential_of_mean_force(df, collective_variables,
if not weight:
raise ValueError('You must supply frame weights to generate the FES.'
'Try using plumitas.get_frame_weights first.')

k = 8.314e-3
beta = 1 / (temp * k)

Expand Down

0 comments on commit f2df742

Please sign in to comment.