Skip to content
Prev Previous commit
Next Next commit
Fixed typo from 'other' to 'only'
Co-authored-by: Andrew White <white.d.andrew@gmail.com>
  • Loading branch information
jamesbraza and whitead authored Sep 10, 2025
commit 507293cbb3a269ec949282e7bd99f1ecc21d1e9c
2 changes: 1 addition & 1 deletion src/paperqa/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async def _map_fxn_summary( # noqa: PLR0912
context = cleaned_text
# If we don't assign scores, just default to 5.
# why 5? Because we filter out 0s in another place
# and 5/10 is the other default I could come up with
# and 5/10 is the only default I could come up with
score = 5
# remove citations that collide with our grounded citations (for the answer LLM)
if not skip_citation_strip:
Expand Down
Loading