We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3164d commit f4b4eb4Copy full SHA for f4b4eb4
cdc_covidnet/delphi_cdc_covidnet/update_sensor.py
@@ -105,7 +105,6 @@ def update_sensor(
105
signals = add_prefix(SIGNALS, wip_signal=read_params()["wip_signal"], prefix="wip_")
106
for signal in signals:
107
write_to_csv(hosp_df, signal, output_path)
108
- print(hosp_df)
109
return hosp_df
110
111
0 commit comments