Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Xiang-Ideal committed Dec 17, 2023
1 parent 27dfd69 commit 3f39eb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/eval/test_tensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,11 @@ def testOthers(self):
[(15, 6), (15, 7), (15, 8)],
]

expected_result_3 = [[[[], [], []], [[], [], []]], [[[], [], []], [[], [], []]], [[], [], []]]
expected_result_3 = [
[[[], [], []], [[], [], []]],
[[[], [], []], [[], [], []]],
[[], [], []],
]

etc_1 = (
(lambda item, level: not isinstance(item, list)),
Expand Down

0 comments on commit 3f39eb6

Please sign in to comment.