Skip to content

Commit

Permalink
Merge pull request #230 from forlilab/fix_offatom_test
Browse files Browse the repository at this point in the history
update offatom test to 0-based indexing
  • Loading branch information
diogomart authored Nov 11, 2024
2 parents 09e768a + e5a4a57 commit c938ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rdkitmol_from_docking_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def test_offsite_charges():
"input_offatom_params": {
"offsite": [
{"smarts": "[#7X3;v3;!+]([*])([*])[*]",
"IDX": [1],
"OFFATOMS": [{"z": [2, 3, 4], "phi": 0, "distance": 0.2, "atype": "LP", "pull_charge_fraction": 1.08}]
"IDX": [0],
"OFFATOMS": [{"z": [1, 2, 3], "phi": 0, "distance": 0.2, "atype": "LP", "pull_charge_fraction": 1.08}]
}
]
}
Expand Down

0 comments on commit c938ebd

Please sign in to comment.