Skip to content

Commit 4315719

Browse files
authored
Pubchem feature names (#476)
1 parent 693d4ea commit 4315719

File tree

8 files changed

+1578
-1171
lines changed

8 files changed

+1578
-1171
lines changed

skfp/fingerprints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .functional_groups import FunctionalGroupsFingerprint
1111
from .getaway import GETAWAYFingerprint
1212
from .ghose_crippen import GhoseCrippenFingerprint
13-
from .klekota_roth.klekota_roth import KlekotaRothFingerprint
13+
from .klekota_roth import KlekotaRothFingerprint
1414
from .laggner import LaggnerFingerprint
1515
from .layered import LayeredFingerprint
1616
from .lingo import LingoFingerprint
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .klekota_roth_fp import KlekotaRothFingerprint
File renamed without changes.

0 commit comments

Comments
 (0)