Commit 9938f211 authored by peastman's avatar peastman
Browse files

Reverted change that caused test failures

parent de6d31c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@ class MolecularFeaturizer(Featurizer):
            "Failed to featurize datapoint %d. Appending empty array")
        features.append(np.array([]))

    features = np.asarray(features, dtype=np.float)
    features = np.asarray(features)
    return features