Skip to content

Commit

Permalink
Optimize test efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and [email protected] committed Sep 3, 2018
1 parent 8d6da6c commit c0049ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyod/test/test_auto_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

class TestAutoEncoder(unittest.TestCase):
def setUp(self):
self.n_train = 10000
self.n_test = 5000
self.n_train = 6000
self.n_test = 1000
self.n_features = 300
self.contamination = 0.1
self.roc_floor = 0.8
Expand Down

0 comments on commit c0049ec

Please sign in to comment.