Skip to content

Commit

Permalink
Changed it to be debug for source quality (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead authored Nov 9, 2024
1 parent db1cc76 commit b21d9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperqa/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def formatted_citation(self) -> str:
return f"{base_message} {citation_message} {retract_info}"

if self.citation_count is None or self.source_quality is None:
logger.warning("citation_count and source_quality are not set.")
logger.debug("citation_count and source_quality are not set.")
return self.citation

if self.source_quality_message:
Expand Down

0 comments on commit b21d9c2

Please sign in to comment.