Closed brookehus closed 5 years ago
Great - taking a look now.
Things look great and tests pass. LGTM!
Ahh - I just remembered, there are a few other places in the tests that still possibly use zeros in embeddings, eg) _get_random_schnet_feature()
in test_feature_combiner.py
. I think these should be changed too.
@nec4 noticed that some of our tests use embeddings starting with zero, so in 1af2784
I tried to fix them all.
LGTM - all tests pass!
Development:
[ ] Add tests
Checks:
nosetests
MoleculeDataset
now returns an error if any embeddings are given that less than and/or that are not integers. I updated thetest_embedding_shape
test intest_molecule_dataset
appropriately.