Revert "merge to fold_divmod_general [p] (#13359)"

This reverts commit 7711bbac7f.
This commit is contained in:
George Hotz
2025-11-19 14:18:09 -08:00
parent 90e5752199
commit 05ccc69248
2 changed files with 79 additions and 64 deletions

View File

@@ -128,7 +128,6 @@ class TestProgressBar(unittest.TestCase):
self._compare_bars(tinytqdm_output, tqdm_output)
if n > 5: break
@unittest.skip("this is flaky")
@patch('sys.stderr', new_callable=StringIO)
@patch('shutil.get_terminal_size')
def test_set_description(self, mock_terminal_size, mock_stderr):