Remove stale run_and_compare parameter from test calls (#18251)#18251
Remove stale run_and_compare parameter from test calls (#18251)#18251aliafzal wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18251
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 6 Unrelated FailuresAs of commit 4b9d252 with merge base ed57040 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary: `export_and_run_model` no longer accepts a `run_and_compare` parameter, but `test_add_op.py` and `test_g3_ops.py` were still passing it. This removes the stale keyword argument to match the current API. Differential Revision: D96985349
89af0d2 to
4b9d252
Compare
Summary:
export_and_run_modelno longer accepts arun_and_compareparameter,but
test_add_op.pyandtest_g3_ops.pywere still passing it. Thisremoves the stale keyword argument to match the current API.
Differential Revision: D96985349