mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 09:38:33 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1340
Author: @profvjreddi
Created: 4/16/2026
Status: ✅ Merged
Merged: 4/16/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/drop-stray-gradient-test📝 Commits (1)
df40f69fix(tests): drop stray gradient test file from #1338📊 Changes
1 file changed (+0 additions, -392 deletions)
View changed files
➖
tinytorch/tests/06_autograd/test_gradient_correctness.py(+0 -392)📄 Description
followup cleanup to #1338.
the merged PR contained an intended tokenization fix (5 lines) plus a stray copy of tinytorch/tests/06_autograd/test_gradient_correctness.py (392 lines) that was already the subject of #1336. the stray file has 17 failing tests which turned dev CI red.
this PR removes just the stray file. #1336 remains open as the proper home for those gradient correctness tests once they are green.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.