Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test_forward.py
  • Loading branch information
jikechao authored Feb 22, 2024
commit 5c65e779eff5f4f76c74ce4f8216cd18ed103361
2 changes: 1 addition & 1 deletion tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -5728,7 +5728,7 @@ def verify_eyelike(indata, dynamic=False):
"test_unique_sorted_with_axis_3d",
"test_unique_sorted_with_negative_axis",
"test_upsample_nearest",
"test_upsample_nearest_default"
"test_upsample_nearest_default",
]


Expand Down