Skip to content

Commit

Permalink
exclude cummin from op_test
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy-martin committed Jan 14, 2025
1 parent 79ab26c commit d39eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def get_allowed_ops_map(
AllowedOpInfoEntry('complex'),
AllowedOpInfoEntry('copysign'),
AllowedOpInfoEntry('cross'),
AllowedOpInfoEntry('cummin'),
AllowedOpInfoEntry('deg2rad'),
AllowedOpInfoEntry('div', 'no_rounding_mode'),
AllowedOpInfoEntry('div', 'trunc_rounding'),
Expand Down Expand Up @@ -289,6 +288,7 @@ def get_allowed_ops_map(
# AllowedOpInfoEntry('cosh'),
# AllowedOpInfoEntry('cov'),
# AllowedOpInfoEntry('cummax'),
# AllowedOpInfoEntry('cummin'),
# AllowedOpInfoEntry('cumsum'),
# AllowedOpInfoEntry('cumprod'),
# AllowedOpInfoEntry('diff'),
Expand Down

0 comments on commit d39eafb

Please sign in to comment.