Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate sum([...]) for large vectors #259

Merged
merged 6 commits into from
Jul 18, 2024
Merged

Generate sum([...]) for large vectors #259

merged 6 commits into from
Jul 18, 2024

Conversation

lukem12345
Copy link
Member

Close #257

Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.92%. Comparing base (a9ec2eb) to head (c6942cc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #259   +/-   ##
=======================================
  Coverage   66.92%   66.92%           
=======================================
  Files           5        5           
  Lines         641      641           
=======================================
  Hits          429      429           
  Misses        212      212           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lukem12345 lukem12345 self-assigned this Jul 17, 2024
@lukem12345 lukem12345 requested a review from jpfairbanks July 17, 2024 23:36
@lukem12345 lukem12345 merged commit f9ee003 into main Jul 18, 2024
10 checks passed
@lukem12345 lukem12345 deleted the llm/sum branch July 18, 2024 18:39
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.

Replace (.+)(vars...) with sum([vars...])
1 participant