Used to pre-process PR data before running the test. Override as necessary to edit data for specific test cases.
(self, data: dict[str, Any])
| 41 | NUMBER = 10786 |
| 42 | |
| 43 | def preprocess_data(self, data: dict[str, Any]): |
| 44 | """ |
| 45 | Used to pre-process PR data before running the test. Override as |
| 46 | necessary to edit data for specific test cases. |
| 47 | """ |
| 48 | return data |
| 49 | |
| 50 | @tvm.testing.skip_if_wheel_test |
| 51 | def test(self, tmpdir_factory): |