Skip to content

Commit 9dcc0f1

Browse files
committed
fixed wording
1 parent f6746c3 commit 9dcc0f1

File tree

2 files changed

+3
-3
lines changed
  • doctor_visits/delphi_doctor_visits
  • google_symptoms/delphi_google_symptoms

2 files changed

+3
-3
lines changed

doctor_visits/delphi_doctor_visits/patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
2020
It will generate data for that range of issue dates, and store them in batch issue format:
21-
[name-of-patch]/issue_[issue-date]/doctor-visits/actual_data_file.csv
21+
[params patch_dir]/issue_[issue-date]/doctor-visits/actual_data_file.csv
2222
"""
2323

2424
from datetime import datetime, timedelta

google_symptoms/delphi_google_symptoms/patch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
...
1212
},
1313
"patch": {
14-
"patch_dir": "/Users/minhkhuele/Desktop/delphi/covidcast-indicators/doctor_visits/AprilPatch",
14+
"patch_dir": ".../covidcast-indicators/google-symptoms/AprilPatch",
1515
"start_issue": "2024-04-20",
1616
"end_issue": "2024-04-21"
1717
}
1818
}
1919
2020
It will generate data for that range of issue dates, and store them in batch issue format:
21-
[name-of-patch]/issue_[issue-date]/doctor-visits/actual_data_file.csv
21+
[params patch_dir]/issue_[issue-date]/google-symptoms/xxx.csv
2222
"""
2323

2424
from datetime import datetime, timedelta

0 commit comments

Comments
 (0)