Skip to content

Commit

Permalink
cip bonds fix
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Sep 27, 2024
1 parent 887ec55 commit 5ac50b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tests/integration/tests/basic/ketfile_stereo_desc.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def stereo_desc_test(py_file, out_queue):
mol_json_no_cip = mol.json()
indigo.setOption("json-saving-add-stereo-desc", True)
mol_json_cip = mol.json()
with open(ketfile, "w") as file:
file.write(mol_json_cip)
# with open(ketfile, "w") as file:
# file.write(mol_json_cip)
with open(ketfile, "r") as file:
ket_ref = file.read()
diff = find_diff(ket_ref, mol_json_cip)
Expand Down

0 comments on commit 5ac50b2

Please sign in to comment.