Skip to content

Commit

Permalink
Merge pull request #203 from hjkgrp/more_ligand_fixes
Browse files Browse the repository at this point in the history
Improve documentation of the test case
  • Loading branch information
ralf-meyer authored Feb 20, 2024
2 parents 56ab21b + 04ad929 commit 21b7db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ligands.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_ligands_dict(lig_name):
for line in lines:
if 'CHG' in line:
# Should be in the following format:
# "M CHGnn8 aaa vvv\n"
# "M CHG n aaa vvv\n"
# Where 'n' the number first number after 'CHG' states how
# many atom/charge pairs (8 characters each) follow.
n_charges = int(line[6:9])
Expand Down

0 comments on commit 21b7db1

Please sign in to comment.