Skip to content

fix: remove extra parenthesis in cosine diff error message#133

Open
yurekami wants to merge 1 commit intodeepseek-ai:mainfrom
yurekami:fix/tests-lib-typo
Open

fix: remove extra parenthesis in cosine diff error message#133
yurekami wants to merge 1 commit intodeepseek-ai:mainfrom
yurekami:fix/tests-lib-typo

Conversation

@yurekami
Copy link

Summary

  • Fixes an extra parenthesis in the error message output in tests/lib.py line 71
  • Before: Cosine diff too large: 0.001 vs 1e-7)
  • After: Cosine diff too large: 0.001 vs 1e-7

Test plan

  • Verified the fix produces balanced parentheses in error output

🤖 Generated with Claude Code

The error message on line 71 had an unbalanced parenthesis that
produced malformed output like "... vs 1e-7)" instead of "... vs 1e-7".

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant