We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23b58bc + b4ffc3d commit caa949fCopy full SHA for caa949f
paper/data/utils.py
@@ -8,7 +8,7 @@
8
from rdkit import Chem
9
10
DESCRIPTOR_COLUMNS: list[str] = ["solute_" + d for d in ALL_2D] + ["solvent_" + d for d in ALL_2D]
11
-DROP_WATER = False
+DROP_WATER = True
12
13
14
def get_descs(src_df: pd.DataFrame):
0 commit comments