Skip to content

Commit 47c3bd9

Browse files
committed
fix unittest
1 parent 24c1729 commit 47c3bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_pytorch/callbacks/progress/test_rich_progress_bar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def test_rich_progress_bar_custom_theme():
132132
assert kwargs["style"] == theme.processing_speed
133133

134134
progress_bar.progress.live._refresh_thread.stop()
135+
progress_bar.progress.live._refresh_thread.join()
135136

136137

137138
@RunIf(rich=True)

0 commit comments

Comments
 (0)