Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2024
1 parent 0fdfaa6 commit bf36df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosdef_gomc/utils/gmso_equation_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def evaluate_nonbonded_lj_format_with_scaler(new_lj_form, base_lj_form):
values = sympy.nonlinsolve(
[
eqn_ratio
- symengine.sympify(new_lj_form)
- symengine.sympify(new_lj_form)
/ symengine.sympify(base_lj_form),
Rmin - sigma * two ** (1 / 6),
two - 2,
Expand Down

0 comments on commit bf36df0

Please sign in to comment.