You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
I was doing reviews with AI code reviewers and it caught some docstring
typos.
- Fix "nEfficient" to "an Efficient" in downsample.py, upsample.py,
utils.py
- Fix "utilty" to "utility" in utils.py
- Fix "vaue" to "value" in utils.py
- Fix "simmily" to "similarly" in unified_focal_loss.py (3 occurrences)
- Fix "represenation" to "representation" in nacl_loss.py
- Add missing f-string prefix in image_dissimilarity.py error message
## Test plan
- [x] All modified files import successfully
- [x] `unified_focal_loss.py` tests pass (4 passed)
- [x] `nacl_loss.py` tests pass (7 passed)
- [x] Upsample/Downsample block tests pass (177 passed)
- [x] f-string fix verified - error message now correctly shows
`num_bins` value
**Note:** These are all non-breaking docstring/comment fixes only.
Signed-off-by: Soumya Snigdha Kundu <soumya_snigdha.kundu@kcl.ac.uk>
Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
0 commit comments