Skip to content

Commit

Permalink
update offatom test to 0-based indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomart committed Nov 11, 2024
1 parent 09e768a commit e5a4a57
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 e5a4a57

Please sign in to comment.