Skip to content

Commit a16fa32

Browse files
committed
format with black
1 parent 7731fd3 commit a16fa32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_conformers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ def test_conformer_energy():
326326
assert np.isclose(e3["rdkit_MMFF94s_noEstat_energy"], 38.217380, atol=1)
327327
assert np.isclose(e3["rdkit_MMFF94s_noEstat_delta_energy"], 0.0, atol=0.1)
328328

329+
329330
def test_conformer_no_rotatable_bonds():
330331
mol = dm.to_mol("c1ccccc1")
331332

0 commit comments

Comments
 (0)