Skip to content

Commit

Permalink
Merge pull request #135 from washingtonpost/adding-log
Browse files Browse the repository at this point in the history
adding additional log
  • Loading branch information
lennybronner authored Nov 5, 2024
2 parents 7271656 + 863cffa commit 87f34a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elexmodel/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def get_estimates(
versioned_data_handler = None
else:
versioned_data_handler = None

LOG.info("Running model for %s", self.election_id)
LOG.info(
"Model parameters: \n prediction intervals: %s, percent reporting threshold: %s, \
pi_method: %s, aggregates: %s, model settings: %s",
Expand Down

0 comments on commit 87f34a3

Please sign in to comment.