Skip to content

Commit

Permalink
Fixed another error in conda test
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Oct 22, 2019
1 parent 035f9a5 commit 62bd589
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions devtools/conda-recipe/deepchem/run_test.py
Expand Up @@ -80,11 +80,6 @@ def test_graph_conv_model(self):
scores = model.evaluate(dataset, [metric], transformers)
assert scores['mean-roc_auc_score'] >= 0.9

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


if __name__ == '__main__':
unittest.main()

0 comments on commit 62bd589

Please sign in to comment.