Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhambhokare1 committed Jul 16, 2024
1 parent 87756da commit 4ad38ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/function_libs/torch_lib/ops_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,6 @@ def _where_input_wrangler(
TorchLibOpInfo("isneginf", core_ops.aten_isneginf),
TorchLibOpInfo("isposinf", core_ops.aten_isposinf),
TorchLibOpInfo("lift_fresh_copy", core_ops.aten_lift_fresh_copy),
TorchLibOpInfo("linalg.cross", linalg_ops.aten_linalg_cross),
TorchLibOpInfo("linalg.det", linalg_ops.aten_linalg_det),
TorchLibOpInfo(
"linalg.vector_norm",
Expand Down Expand Up @@ -2393,7 +2392,6 @@ def _where_input_wrangler(
"imag",
"isfinite",
"le",
"lerp",
"lgamma",
"log",
"log10",
Expand All @@ -2403,7 +2401,6 @@ def _where_input_wrangler(
"maximum",
"minimum",
"mul",
"mv",
"ne",
"neg",
"nextafter",
Expand Down

0 comments on commit 4ad38ad

Please sign in to comment.