Skip to content

Commit caa949f

Browse files
authored
Merge pull request #21 from JacksonBurns/fix/overlap-nb
change overlap notebook to use inchi and re-run with latest drops
2 parents 23b58bc + b4ffc3d commit caa949f

File tree

2 files changed

+46801
-27
lines changed

2 files changed

+46801
-27
lines changed

paper/data/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from rdkit import Chem
99

1010
DESCRIPTOR_COLUMNS: list[str] = ["solute_" + d for d in ALL_2D] + ["solvent_" + d for d in ALL_2D]
11-
DROP_WATER = False
11+
DROP_WATER = True
1212

1313

1414
def get_descs(src_df: pd.DataFrame):

0 commit comments

Comments
 (0)