Commit e54f602
Delete deletion-eligible test_swin_transformer_3d_encoder (#555)
Summary:
Pull Request resolved: #555
Oncall test cleanup for the `stl_multimodal` rotation. TestX flags
`TestSwinTransformer3d.test_swin_transformer_3d_encoder` (test IDs
`281475243855605` and `281475243659048`) as eligible for deletion — it sits in
`DISABLED_FAILING` trunk state with an open `FAILURE` issue, well past the
60-day zero-value threshold.
It asserted a hard-coded output magnitude (`247.14674` to two decimal places)
from a seeded forward pass, so it is deleted rather than re-baselined.
`test_swin_transformer_3d_scripting` remains and still exercises the same
`SwinTransformer3d` instance built in `setUp` by round-tripping it through
`torch.jit.script`, which keeps the encoder covered against construction and
tracing regressions.
___
Differential Revision: D114397067
fbshipit-source-id: cc9b99e4322996d6f02d834f1404fea93e182bc31 parent 77c3110 commit e54f602
1 file changed
Lines changed: 0 additions & 7 deletions
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 36 | | |
44 | 37 | | |
0 commit comments