We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c1729 commit 47c3bd9Copy full SHA for 47c3bd9
tests/tests_pytorch/callbacks/progress/test_rich_progress_bar.py
@@ -132,6 +132,7 @@ def test_rich_progress_bar_custom_theme():
132
assert kwargs["style"] == theme.processing_speed
133
134
progress_bar.progress.live._refresh_thread.stop()
135
+ progress_bar.progress.live._refresh_thread.join()
136
137
138
@RunIf(rich=True)
0 commit comments