diff --git a/tdc/test/test_oracles.py b/tdc/test/test_oracles.py index 2077fb4f..14f5f396 100644 --- a/tdc/test/test_oracles.py +++ b/tdc/test/test_oracles.py @@ -60,7 +60,7 @@ def test_list_multi(self): def test_oracle_update(self): from tdc import Oracle - oracle = Oracle(name = 'DRD2') + oracle = Oracle(name='DRD2') y = oracle(['CC(C)(C)[C@H]1CCc2c(sc(NC(=O)COc3ccc(Cl)cc3)c2C(N)=O)C1', \ 'CCNC(=O)c1ccc(NC(=O)N2CC[C@H](C)[C@H](O)C2)c(C)c1', \ 'C[C@@H]1CCN(C(=O)CCCc2ccccc2)C[C@@H]1O'])