Skip to content

Commit a164e25

Browse files
committed
Remove print
1 parent f6e7b78 commit a164e25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

claims_hosp/delphi_claims_hosp/update_indicator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def geo_reindex(self, data):
127127
assert (
128128
len(multiindex) <= (GeoConstants.MAX_GEO[self.geo] * len(self.fit_dates))
129129
), "more loc-date pairs than maximum number of geographies x number of dates"
130-
print(data_frame)
131130
# fill dataframe with missing dates using 0
132131
data_frame = data_frame.reindex(multiindex, fill_value=0)
133132
data_frame.fillna(0, inplace=True)

0 commit comments

Comments
 (0)