-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Get test_jit.py below 10k lines #42847
Copy link
Copy link
Open
Labels
better-engineeringRelatively self-contained tasks for better engineering contributorsRelatively self-contained tasks for better engineering contributorsenhancementNot as big of a feature, but technically not a bug. Should be easy to fixNot as big of a feature, but technically not a bug. Should be easy to fixmodule: testsIssues related to tests (not the torch.testing module)Issues related to tests (not the torch.testing module)oncall: jitAdd this issue/PR to JIT oncall triage queueAdd this issue/PR to JIT oncall triage queue
Metadata
Metadata
Assignees
Labels
better-engineeringRelatively self-contained tasks for better engineering contributorsRelatively self-contained tasks for better engineering contributorsenhancementNot as big of a feature, but technically not a bug. Should be easy to fixNot as big of a feature, but technically not a bug. Should be easy to fixmodule: testsIssues related to tests (not the torch.testing module)Issues related to tests (not the torch.testing module)oncall: jitAdd this issue/PR to JIT oncall triage queueAdd this issue/PR to JIT oncall triage queue
Update: the test_nn.py part of this is now tracked by #63085
Currently, many files, such as
test_jit.pyandtest_nn.py, are larger than what GitHub can handle. For these files, you will not be able to use GitHub's review and browse source well:In the review UI, some lines just magically disappear and we can not expand folded lines:

If you browse the file, you will see a truncated file:

cc @mruberry @VitalyFedyunin @walterddr