code cleanup

This commit is contained in:
vrooomy
2026-08-03 14:41:43 +05:30
parent 25ed5d4c0d
commit 5fcdb9b01e
8 changed files with 14 additions and 36 deletions

View File

@@ -632,8 +632,6 @@ TOLERANCE_OVERRIDES = {
"test_roialign_aligned_true": (3e-05, 0.0001),
}
# Cases the C++ suite passes but that fail only through the Python bindings.
# Not a port of the C++ denylist; empty is the expected state.
KNOWN_SKIPS = {
# "test_name": "reason",
}