Skip to content

Commit 8c65dbe

Browse files
committed
Fix line-spacing issues
1 parent 101257e commit 8c65dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delphi/scorers/intervention/surprisal_intervention_scorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ async def _generate_with_intervention(
461461
sae = self._get_sae_for_hookpoint(hookpoint_str, record)
462462
if not sae:
463463
raise ValueError(
464-
f"Could not find a valid SAE for hookpoint {hookpoint_str}"
464+
f"Couldn't find a valid SAE for hookpoint {hookpoint_str}"
465465
)
466466

467467
def hook_fn(module, inp, out):

0 commit comments

Comments
 (0)