Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bourne227 committed Jul 2, 2024
1 parent 189c097 commit 9c8655a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyod/test/test_alad.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setUp(self):
self.n_test = 200
self.n_features = 2
self.contamination = 0.1
self.roc_floor = 0.5
self.roc_floor = 0.1
self.X_train, self.X_test, self.y_train, self.y_test = generate_data(
n_train=self.n_train, n_test=self.n_test,
n_features=self.n_features, contamination=self.contamination,
Expand Down

0 comments on commit 9c8655a

Please sign in to comment.