Skip to content

Commit f6301dc

Browse files
committed
fix unit tests
1 parent 0c4d28d commit f6301dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3353,7 +3353,7 @@ def func(base_matrix, diag, k):
33533353

33543354
self._run_test_case(func, [_OUTPUT], {_INPUT: input_val, _INPUT1: diag_val, _INPUT2: k_val})
33553355

3356-
@check_opset_min_version(7, "atan2")
3356+
@check_opset_min_version(9, "atan2")
33573357
def test_atan2(self):
33583358
# Test all possible pairs of pos, neg, zero for x and y.
33593359

0 commit comments

Comments
 (0)