Commit 0da1be6
committed
test(transforms): drop redundant SkipIfBeforePyTorchVersion in compile test
MONAI's minimum supported PyTorch is 2.8, so gating the CenterSpatialCrop
torch.compile test on (2, 1) never triggers and misleadingly implies older
support. Remove the decorator (and its now-unused import).
Signed-off-by: Soumya Snigdha Kundu <soumya_snigdha.kundu@kcl.ac.uk>1 parent 77b5ce0 commit 0da1be6
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
0 commit comments