Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w-feldmann committed Jan 7, 2025
1 parent 6caa653 commit 70b3d8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test_elements/test_mol2any/test_mol2rdkit_phys_chem.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ def test_descriptor_list(self) -> None:
"fr_thiophene",
"fr_unbrch_alkane",
"fr_urea",
'NumUnspecifiedAtomStereoCenters',
'NumBridgeheadAtoms',
'NumAmideBonds',
'NumHeterocycles',
'NumAtomStereoCenters',
'Phi',
'NumSpiroAtoms',
"NumUnspecifiedAtomStereoCenters",
"NumBridgeheadAtoms",
"NumAmideBonds",
"NumHeterocycles",
"NumAtomStereoCenters",
"Phi",
"NumSpiroAtoms",
}
self.assertSetEqual(expected_descriptors, set(DEFAULT_DESCRIPTORS))

Expand Down

0 comments on commit 70b3d8c

Please sign in to comment.