Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aysim319 committed Sep 11, 2024
1 parent 9947332 commit dcdbed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claims_hosp/delphi_claims_hosp/indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def fit(y_data, first_date, geo_id, num_col="num", den_col="den"):
rate_data['se'] = se_valid

logging.debug(
"%s: %05.3f, [%05.3f]".format(geo_id, rate_data["rate"][-1], rate_data["se"][-1]),
f"{geo_id}: %05.3f, [%05.3f]".format(rate_data["rate"][-1], rate_data["se"][-1]),
geo_value=geo_id,
value=rate_data["rate"][-1],
se=rate_data["se"][-1],
Expand Down

0 comments on commit dcdbed8

Please sign in to comment.