Skip to content

Commit

Permalink
downsize test sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Star125 committed May 13, 2023
1 parent ce07c97 commit 485662d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/paddle/fluid/tests/unittests/test_pca_lowrank.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def test_forward(self):
(2, (17, 4), all_batches),
(2, (100, 4), all_batches),
(6, (100, 40), all_batches),
(12, (1000, 1000), [()]),
]:
for batches in all_batches:
for guess_rank in [
Expand Down

0 comments on commit 485662d

Please sign in to comment.