Skip to content

Commit 6cd9a32

Browse files
committed
fix
1 parent e7e0039 commit 6cd9a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/teleprompt/test_bootstrap_finetune.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def forward(self, **kwargs):
3737

3838
def test_error_handling_during_bootstrap():
3939
"""Test error handling during the bootstrapping process."""
40-
40+
4141
class BuggyModule(dspy.Module):
4242
def __init__(self, signature):
4343
super().__init__()
@@ -63,4 +63,4 @@ def forward(self, **kwargs):
6363
)
6464

6565
with pytest.raises(RuntimeError, match="Simulated error"):
66-
bootstrap.compile(student, teacher=teacher, trainset=trainset)
66+
bootstrap.compile(student, teacher=teacher, trainset=trainset)

0 commit comments

Comments
 (0)