Skip to content

Commit

Permalink
Merge pull request #1700 from peastman/condatest
Browse files Browse the repository at this point in the history
Test run when building conda packages was broken
  • Loading branch information
peastman committed Oct 22, 2019
2 parents caf1efa + 7a9b269 commit 035f9a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devtools/conda-recipe/deepchem/run_test.py
Expand Up @@ -80,7 +80,6 @@ def test_graph_conv_model(self):
scores = model.evaluate(dataset, [metric], transformers)
assert scores['mean-roc_auc_score'] >= 0.9

model.save()
model = TensorGraph.load_from_dir(model.model_dir)
scores2 = model.evaluate(dataset, [metric], transformers)
assert np.allclose(scores['mean-roc_auc_score'],
Expand Down

0 comments on commit 035f9a5

Please sign in to comment.