Draft
Fix black formatting in tests/networks/nets/test_navit.py to pass static-checks CI#9055
Conversation
The CI static-checks job was failing because black would reformat test_navit.py. Applied black formatting to fix the issue. Also includes navit.py source and __init__.py export from PR #9011. Co-authored-by: vikashg <3863212+vikashg@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job static-checks (codeformat)
Fix black formatting in tests/networks/nets/test_navit.py to pass static-checks CI
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
static-checks (codeformat)CI job was failing becauseblackflaggedtests/networks/nets/test_navit.pyas needing reformatting (lines exceeding black's length limit inTEST_CASES_SHAPEdict literals, thetest_shapelist comprehension, and assertion calls with long messages).Description
blackauto-formatting totests/networks/nets/test_navit.pyto resolve the CI failuremonai/networks/nets/navit.py(NaViT implementation) and the corresponding__init__.pyexport ofNaViT, sourced from PR Add NaViT: Native Resolution Vision Transformer with Patch n' Pack #9011Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.make htmlcommand in thedocs/folder.