Skip to content

Commit 47935e9

Browse files
williamFalconBorda
authored andcommitted
Update test_trainer.py
1 parent ac66e5f commit 47935e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/trainer/test_trainer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def __init__(self):
666666
super().__init__()
667667
self.exc_info = None
668668

669-
def on_interrupted(self, trainer, pl_module):
669+
def on_interrupt(self, trainer, pl_module):
670670
self.exc_info = sys.exc_info()
671671

672672
interrupt_callback = InterruptCallback()

0 commit comments

Comments
 (0)