Skip to content

Commit

Permalink
Features fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Sep 12, 2020
1 parent d16b4fc commit 3472968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemprop/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self,
self.atom_features = np.where(np.isnan(self.atom_features), replace_token, self.atom_features)

# Save a copy of the raw features and targets to enable different scaling later on
self.raw_features, self.raw_targets = features, targets
self.raw_features, self.raw_targets = self.features, self.targets

@property
def mol(self) -> Chem.Mol:
Expand Down

0 comments on commit 3472968

Please sign in to comment.